Html Css Color HEX #420D67 Christalle

📋 copy color: '#420D67'

red 66 ◦ green 13 ◦ blue 103

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

Shades of Christalle #420D67

Tints of Christalle #420D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.14%

 BLUE value IS 103 (40.63% from 255) = 56.59%

R = 36.26%
G = 7.14%
B = 56.59%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420D67 (or 0x420D67) is known color: Christalle. HEX triplet: 42, 0D and 67. RGB value is (66,13,103). Sum of RGB (Red+Green+Blue) = 66+13+103=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #420D67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D67 is #BDF298. Grayscale: #262626. Windows color (decimal): -12448409 or 6753602. OLE color: 6753602.

HSL color Cylindrical-coordinate representation of color #420D67: hue angle of 275.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #420D67 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 13 103 -
CMYK 0.36 0.87 0 0.60
HSL 275.33º 0.78% 0.23% -
HSV(B) 275.33º 0.87% 0.4% -
XYZ 4.84 2.43 13.05 -
YUV 39.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 66 13 103 0.36 0.87 0 0.60 275.33 0.78 0.23
Hex 42 D 67 24 57 0 3C 113 4E 17
Octal 102 15 147 44 127 0 74 423 116 27
Binary 1000010 1101 1100111 100100 1010111 0 111100 100010011 1001110 10111

Color Harmonies of #420D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D67

Black with #420D67

Text Example


Text Example

White with #420D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,103); }

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

background-color css

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

 a { background-color: rgb(66,13,103); }

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

border-color css

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

 span { border-color: rgb(66,13,103); }

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