Html Css Color HEX #421461 Christalle

📋 copy color: '#421461'

red 66 ◦ green 20 ◦ blue 97

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

Shades of Christalle #421461

Tints of Christalle #421461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 36.07%
G = 10.93%
B = 53.01%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421461 (or 0x421461) is known color: Christalle. HEX triplet: 42, 14 and 61. RGB value is (66,20,97). Sum of RGB (Red+Green+Blue) = 66+20+97=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #421461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421461 is #BDEB9E. Grayscale: #2A2A2A. Windows color (decimal): -12446623 or 6362178. OLE color: 6362178.

HSL color Cylindrical-coordinate representation of color #421461: hue angle of 275.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421461 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 20 97 -
CMYK 0.32 0.79 0 0.62
HSL 275.84º 0.66% 0.23% -
HSV(B) 275.84º 0.79% 0.38% -
XYZ 4.65 2.52 11.55 -
YUV 42.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 66 20 97 0.32 0.79 0 0.62 275.84 0.66 0.23
Hex 42 14 61 20 4F 0 3E 114 42 17
Octal 102 24 141 40 117 0 76 424 102 27
Binary 1000010 10100 1100001 100000 1001111 0 111110 100010100 1000010 10111

Color Harmonies of #421461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421461

Black with #421461

Text Example


Text Example

White with #421461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421461; }

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

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

background-color css

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

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

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

border-color css

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

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

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