Html Css Color HEX #421960 Christalle

📋 copy color: '#421960'

red 66 ◦ green 25 ◦ blue 96

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

Shades of Christalle #421960

Tints of Christalle #421960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 35.29%
G = 13.37%
B = 51.34%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421960 (or 0x421960) is known color: Christalle. HEX triplet: 42, 19 and 60. RGB value is (66,25,96). Sum of RGB (Red+Green+Blue) = 66+25+96=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #421960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421960 is #BDE69F. Grayscale: #2D2D2D. Windows color (decimal): -12445344 or 6297922. OLE color: 6297922.

HSL color Cylindrical-coordinate representation of color #421960: hue angle of 274.65º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421960 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 25 96 -
CMYK 0.31 0.74 0 0.62
HSL 274.65º 0.59% 0.24% -
HSV(B) 274.65º 0.74% 0.38% -
XYZ 4.71 2.7 11.34 -
YUV 45.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 66 25 96 0.31 0.74 0 0.62 274.65 0.59 0.24
Hex 42 19 60 1F 4A 0 3E 113 3B 18
Octal 102 31 140 37 112 0 76 423 73 30
Binary 1000010 11001 1100000 11111 1001010 0 111110 100010011 111011 11000

Color Harmonies of #421960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421960

Black with #421960

Text Example


Text Example

White with #421960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421960; }

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

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

background-color css

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

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

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

border-color css

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

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

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