Html Css Color HEX #421A61 Christalle

📋 copy color: '#421A61'

red 66 ◦ green 26 ◦ blue 97

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

Shades of Christalle #421A61

Tints of Christalle #421A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 34.92%
G = 13.76%
B = 51.32%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421A61 (or 0x421A61) is known color: Christalle. HEX triplet: 42, 1A and 61. RGB value is (66,26,97). Sum of RGB (Red+Green+Blue) = 66+26+97=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #421A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A61 is #BDE59E. Grayscale: #2D2D2D. Windows color (decimal): -12445087 or 6363714. OLE color: 6363714.

HSL color Cylindrical-coordinate representation of color #421A61: hue angle of 273.8º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421A61 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 26 97 -
CMYK 0.32 0.73 0 0.62
HSL 273.8º 0.58% 0.24% -
HSV(B) 273.8º 0.73% 0.38% -
XYZ 4.77 2.76 11.59 -
YUV 46.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 66 26 97 0.32 0.73 0 0.62 273.8 0.58 0.24
Hex 42 1A 61 20 49 0 3E 112 3A 18
Octal 102 32 141 40 111 0 76 422 72 30
Binary 1000010 11010 1100001 100000 1001001 0 111110 100010010 111010 11000

Color Harmonies of #421A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A61

Black with #421A61

Text Example


Text Example

White with #421A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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