Html Css Color HEX #420A5F Christalle

📋 copy color: '#420A5F'

red 66 ◦ green 10 ◦ blue 95

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

Shades of Christalle #420A5F

Tints of Christalle #420A5F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 38.6%
G = 5.85%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#420A5F (or 0x420A5F) is known color: Christalle. HEX triplet: 42, 0A and 5F. RGB value is (66,10,95). Sum of RGB (Red+Green+Blue) = 66+10+95=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #420A5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A5F is #BDF5A0. Grayscale: #242424. Windows color (decimal): -12449185 or 6228546. OLE color: 6228546.

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

Color convert

RGB 66 10 95 -
CMYK 0.31 0.89 0 0.63
HSL 279.53º 0.81% 0.21% -
HSV(B) 279.53º 0.89% 0.37% -
XYZ 4.42 2.2 11.02 -
YUV 36.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 66 10 95 0.31 0.89 0 0.63 279.53 0.81 0.21
Hex 42 A 5F 1F 59 0 3F 118 51 15
Octal 102 12 137 37 131 0 77 430 121 25
Binary 1000010 1010 1011111 11111 1011001 0 111111 100011000 1010001 10101

Color Harmonies of #420A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A5F

Black with #420A5F

Text Example


Text Example

White with #420A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,95); }

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

background-color css

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

 a { background-color: rgb(66,10,95); }

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

border-color css

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

 span { border-color: rgb(66,10,95); }

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