Html Css Color HEX #421863 Christalle

📋 copy color: '#421863'

red 66 ◦ green 24 ◦ blue 99

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

Shades of Christalle #421863

Tints of Christalle #421863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 34.92%
G = 12.7%
B = 52.38%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#421863 (or 0x421863) is known color: Christalle. HEX triplet: 42, 18 and 63. RGB value is (66,24,99). Sum of RGB (Red+Green+Blue) = 66+24+99=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #421863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421863 is #BDE79C. Grayscale: #2C2C2C. Windows color (decimal): -12445597 or 6494274. OLE color: 6494274.

HSL color Cylindrical-coordinate representation of color #421863: hue angle of 273.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421863 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 24 99 -
CMYK 0.33 0.76 0 0.61
HSL 273.6º 0.61% 0.24% -
HSV(B) 273.6º 0.76% 0.39% -
XYZ 4.83 2.71 12.07 -
YUV 45.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 66 24 99 0.33 0.76 0 0.61 273.6 0.61 0.24
Hex 42 18 63 21 4C 0 3D 112 3D 18
Octal 102 30 143 41 114 0 75 422 75 30
Binary 1000010 11000 1100011 100001 1001100 0 111101 100010010 111101 11000

Color Harmonies of #421863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421863

Black with #421863

Text Example


Text Example

White with #421863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421863; }

 p { color: rgb(66,24,99); }

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

background-color css

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

 a { background-color: rgb(66,24,99); }

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

border-color css

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

 span { border-color: rgb(66,24,99); }

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