Html Css Color HEX #35045E Christalle

📋 copy color: '#35045E'

red 53 ◦ green 4 ◦ blue 94

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

Shades of Christalle #35045E

Tints of Christalle #35045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 94 (37.11% from 255) = 62.25%

R = 35.1%
G = 2.65%
B = 62.25%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35045E (or 0x35045E) is known color: Christalle. HEX triplet: 35, 04 and 5E. RGB value is (53,4,94). Sum of RGB (Red+Green+Blue) = 53+4+94=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #35045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35045E is #CAFBA1. Grayscale: #1C1C1C. Windows color (decimal): -13302690 or 6161461. OLE color: 6161461.

HSL color Cylindrical-coordinate representation of color #35045E: hue angle of 272.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35045E is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 4 94 -
CMYK 0.44 0.96 0 0.63
HSL 272.67º 0.92% 0.19% -
HSV(B) 272.67º 0.96% 0.37% -
XYZ 3.53 1.65 10.72 -
YUV 28.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 53 4 94 0.44 0.96 0 0.63 272.67 0.92 0.19
Hex 35 4 5E 2C 60 0 3F 111 5C 13
Octal 65 4 136 54 140 0 77 421 134 23
Binary 110101 100 1011110 101100 1100000 0 111111 100010001 1011100 10011

Color Harmonies of #35045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35045E

Black with #35045E

Text Example


Text Example

White with #35045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35045E; }

 p { color: rgb(53,4,94); }

 H1.HeaderClassName
 {
   color: #35045E;
 }
 .AnyTagClassName
 {
   color: #35045E;
 }
</style>

background-color css

<style>
 a { background-color: #35045E; }

 a { background-color: rgb(53,4,94); }

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

border-color css

<style>
 span { border-color: #35045E; }

 span { border-color: rgb(53,4,94); }

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