Html Css Color HEX #421360 Christalle

📋 copy color: '#421360'

red 66 ◦ green 19 ◦ blue 96

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

Shades of Christalle #421360

Tints of Christalle #421360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 36.46%
G = 10.5%
B = 53.04%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421360 (or 0x421360) is known color: Christalle. HEX triplet: 42, 13 and 60. RGB value is (66,19,96). Sum of RGB (Red+Green+Blue) = 66+19+96=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #421360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421360 is #BDEC9F. Grayscale: #292929. Windows color (decimal): -12446880 or 6296386. OLE color: 6296386.

HSL color Cylindrical-coordinate representation of color #421360: hue angle of 276.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421360 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 19 96 -
CMYK 0.31 0.80 0 0.62
HSL 276.62º 0.67% 0.23% -
HSV(B) 276.62º 0.8% 0.38% -
XYZ 4.59 2.47 11.3 -
YUV 41.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 66 19 96 0.31 0.80 0 0.62 276.62 0.67 0.23
Hex 42 13 60 1F 50 0 3E 115 43 17
Octal 102 23 140 37 120 0 76 425 103 27
Binary 1000010 10011 1100000 11111 1010000 0 111110 100010101 1000011 10111

Color Harmonies of #421360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421360

Black with #421360

Text Example


Text Example

White with #421360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421360; }

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

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

background-color css

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

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

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

border-color css

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

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

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