Html Css Color HEX #421A69 Christalle

📋 copy color: '#421A69'

red 66 ◦ green 26 ◦ blue 105

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

Shades of Christalle #421A69

Tints of Christalle #421A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

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

R = 33.5%
G = 13.2%
B = 53.3%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421A69 (or 0x421A69) is known color: Christalle. HEX triplet: 42, 1A and 69. RGB value is (66,26,105). Sum of RGB (Red+Green+Blue) = 66+26+105=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #421A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A69 is #BDE596. Grayscale: #2E2E2E. Windows color (decimal): -12445079 or 6888002. OLE color: 6888002.

HSL color Cylindrical-coordinate representation of color #421A69: hue angle of 270.38º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421A69 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 26 105 -
CMYK 0.37 0.75 0 0.59
HSL 270.38º 0.6% 0.26% -
HSV(B) 270.38º 0.75% 0.41% -
XYZ 5.17 2.92 13.66 -
YUV 46.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 66 26 105 0.37 0.75 0 0.59 270.38 0.6 0.26
Hex 42 1A 69 25 4B 0 3B 10E 3C 1A
Octal 102 32 151 45 113 0 73 416 74 32
Binary 1000010 11010 1101001 100101 1001011 0 111011 100001110 111100 11010

Color Harmonies of #421A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A69

Black with #421A69

Text Example


Text Example

White with #421A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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