Html Css Color HEX #421869 Christalle

📋 copy color: '#421869'

red 66 ◦ green 24 ◦ blue 105

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

Shades of Christalle #421869

Tints of Christalle #421869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 105 (41.41% from 255) = 53.85%

R = 33.85%
G = 12.31%
B = 53.85%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421869 (or 0x421869) is known color: Christalle. HEX triplet: 42, 18 and 69. RGB value is (66,24,105). Sum of RGB (Red+Green+Blue) = 66+24+105=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #421869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421869 is #BDE796. Grayscale: #2D2D2D. Windows color (decimal): -12445591 or 6887490. OLE color: 6887490.

HSL color Cylindrical-coordinate representation of color #421869: hue angle of 271.11º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421869 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 24 105 -
CMYK 0.37 0.77 0 0.59
HSL 271.11º 0.63% 0.25% -
HSV(B) 271.11º 0.77% 0.41% -
XYZ 5.12 2.83 13.64 -
YUV 45.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 66 24 105 0.37 0.77 0 0.59 271.11 0.63 0.25
Hex 42 18 69 25 4D 0 3B 10F 3F 19
Octal 102 30 151 45 115 0 73 417 77 31
Binary 1000010 11000 1101001 100101 1001101 0 111011 100001111 111111 11001

Color Harmonies of #421869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421869

Black with #421869

Text Example


Text Example

White with #421869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421869; }

 p { color: rgb(66,24,105); }

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

background-color css

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

 a { background-color: rgb(66,24,105); }

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

border-color css

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

 span { border-color: rgb(66,24,105); }

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