Html Css Color HEX #421460 Christalle

📋 copy color: '#421460'

red 66 ◦ green 20 ◦ blue 96

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

Shades of Christalle #421460

Tints of Christalle #421460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 36.26%
G = 10.99%
B = 52.75%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421460 (or 0x421460) is known color: Christalle. HEX triplet: 42, 14 and 60. RGB value is (66,20,96). Sum of RGB (Red+Green+Blue) = 66+20+96=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #421460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421460 is #BDEB9F. Grayscale: #2A2A2A. Windows color (decimal): -12446624 or 6296642. OLE color: 6296642.

HSL color Cylindrical-coordinate representation of color #421460: hue angle of 276.32º 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 #421460 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 20 96 -
CMYK 0.31 0.79 0 0.62
HSL 276.32º 0.66% 0.23% -
HSV(B) 276.32º 0.79% 0.38% -
XYZ 4.61 2.5 11.31 -
YUV 42.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 66 20 96 0.31 0.79 0 0.62 276.32 0.66 0.23
Hex 42 14 60 1F 4F 0 3E 114 42 17
Octal 102 24 140 37 117 0 76 424 102 27
Binary 1000010 10100 1100000 11111 1001111 0 111110 100010100 1000010 10111

Color Harmonies of #421460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421460

Black with #421460

Text Example


Text Example

White with #421460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421460; }

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

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

background-color css

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

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

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

border-color css

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

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

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