Html Css Color HEX #421069 Christalle

📋 copy color: '#421069'

red 66 ◦ green 16 ◦ blue 105

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

Shades of Christalle #421069

Tints of Christalle #421069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 35.29%
G = 8.56%
B = 56.15%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421069 (or 0x421069) is known color: Christalle. HEX triplet: 42, 10 and 69. RGB value is (66,16,105). Sum of RGB (Red+Green+Blue) = 66+16+105=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #421069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421069 is #BDEF96. Grayscale: #282828. Windows color (decimal): -12447639 or 6885442. OLE color: 6885442.

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

Color convert

RGB 66 16 105 -
CMYK 0.37 0.85 0 0.59
HSL 273.71º 0.74% 0.24% -
HSV(B) 273.71º 0.85% 0.41% -
XYZ 4.98 2.55 13.59 -
YUV 41.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 66 16 105 0.37 0.85 0 0.59 273.71 0.74 0.24
Hex 42 10 69 25 55 0 3B 112 4A 18
Octal 102 20 151 45 125 0 73 422 112 30
Binary 1000010 10000 1101001 100101 1010101 0 111011 100010010 1001010 11000

Color Harmonies of #421069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421069

Black with #421069

Text Example


Text Example

White with #421069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421069; }

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

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

background-color css

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

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

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

border-color css

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

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

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