Html Css Color HEX #35025A Christalle

📋 copy color: '#35025A'

red 53 ◦ green 2 ◦ blue 90

#35025A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #35025A

Tints of Christalle #35025A

RGB

 RED value IS 53 (21.09% from 255) = 36.55%

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 36.55%
G = 1.38%
B = 62.07%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35025A (or 0x35025A) is known color: Christalle. HEX triplet: 35, 02 and 5A. RGB value is (53,2,90). Sum of RGB (Red+Green+Blue) = 53+2+90=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #35025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35025A is #CAFDA5. Grayscale: #1A1A1A. Windows color (decimal): -13303206 or 5898805. OLE color: 5898805.

HSL color Cylindrical-coordinate representation of color #35025A: hue angle of 274.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35025A is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 2 90 -
CMYK 0.41 0.98 0 0.65
HSL 274.77º 0.96% 0.18% -
HSV(B) 274.77º 0.98% 0.35% -
XYZ 3.34 1.54 9.79 -
YUV 27.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 53 2 90 0.41 0.98 0 0.65 274.77 0.96 0.18
Hex 35 2 5A 29 62 0 41 113 60 12
Octal 65 2 132 51 142 0 101 423 140 22
Binary 110101 10 1011010 101001 1100010 0 1000001 100010011 1100000 10010

Color Harmonies of #35025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35025A

Black with #35025A

Text Example


Text Example

White with #35025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35025A; }

 p { color: rgb(53,2,90); }

 H1.HeaderClassName
 {
   color: #35025A;
 }
 .AnyTagClassName
 {
   color: #35025A;
 }
</style>

background-color css

<style>
 a { background-color: #35025A; }

 a { background-color: rgb(53,2,90); }

 div.DivClassName
 {
   background-color: #35025A;
 }
 .BgClassName
 {
   background-color: #35025A;
 }
</style>

border-color css

<style>
 span { border-color: #35025A; }

 span { border-color: rgb(53,2,90); }

 td.TdClassName
 {
   border-color: #35025A;
 }
 .TagClassName
 {
   border-color: #35025A;
 }
</style>