Html Css Color HEX #420C5E Christalle

📋 copy color: '#420C5E'

red 66 ◦ green 12 ◦ blue 94

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

Shades of Christalle #420C5E

Tints of Christalle #420C5E

RGB

 RED value IS 66 (26.17% from 255) = 38.37%

 GREEN value IS 12 (5.08% from 255) = 6.98%

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

R = 38.37%
G = 6.98%
B = 54.65%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#420C5E (or 0x420C5E) is known color: Christalle. HEX triplet: 42, 0C and 5E. RGB value is (66,12,94). Sum of RGB (Red+Green+Blue) = 66+12+94=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #420C5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C5E is #BDF3A1. Grayscale: #252525. Windows color (decimal): -12448674 or 6163522. OLE color: 6163522.

HSL color Cylindrical-coordinate representation of color #420C5E: hue angle of 279.51º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420C5E is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 12 94 -
CMYK 0.30 0.87 0 0.63
HSL 279.51º 0.77% 0.21% -
HSV(B) 279.51º 0.87% 0.37% -
XYZ 4.4 2.23 10.79 -
YUV 37.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 66 12 94 0.30 0.87 0 0.63 279.51 0.77 0.21
Hex 42 C 5E 1E 57 0 3F 118 4D 15
Octal 102 14 136 36 127 0 77 430 115 25
Binary 1000010 1100 1011110 11110 1010111 0 111111 100011000 1001101 10101

Color Harmonies of #420C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C5E

Black with #420C5E

Text Example


Text Example

White with #420C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420C5E; }

 p { color: rgb(66,12,94); }

 H1.HeaderClassName
 {
   color: #420C5E;
 }
 .AnyTagClassName
 {
   color: #420C5E;
 }
</style>

background-color css

<style>
 a { background-color: #420C5E; }

 a { background-color: rgb(66,12,94); }

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

border-color css

<style>
 span { border-color: #420C5E; }

 span { border-color: rgb(66,12,94); }

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