Html Css Color HEX #421063 Christalle

📋 copy color: '#421063'

red 66 ◦ green 16 ◦ blue 99

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

Shades of Christalle #421063

Tints of Christalle #421063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 36.46%
G = 8.84%
B = 54.7%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#421063 (or 0x421063) is known color: Christalle. HEX triplet: 42, 10 and 63. RGB value is (66,16,99). Sum of RGB (Red+Green+Blue) = 66+16+99=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #421063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421063 is #BDEF9C. Grayscale: #282828. Windows color (decimal): -12447645 or 6492226. OLE color: 6492226.

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

Color convert

RGB 66 16 99 -
CMYK 0.33 0.84 0 0.61
HSL 276.14º 0.72% 0.23% -
HSV(B) 276.14º 0.84% 0.39% -
XYZ 4.68 2.43 12.03 -
YUV 40.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 66 16 99 0.33 0.84 0 0.61 276.14 0.72 0.23
Hex 42 10 63 21 54 0 3D 114 48 17
Octal 102 20 143 41 124 0 75 424 110 27
Binary 1000010 10000 1100011 100001 1010100 0 111101 100010100 1001000 10111

Color Harmonies of #421063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421063

Black with #421063

Text Example


Text Example

White with #421063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421063; }

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

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

background-color css

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

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

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

border-color css

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

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

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