Html Css Color HEX #42196C Christalle

📋 copy color: '#42196C'

red 66 ◦ green 25 ◦ blue 108

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

Shades of Christalle #42196C

Tints of Christalle #42196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 33.17%
G = 12.56%
B = 54.27%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42196C (or 0x42196C) is known color: Christalle. HEX triplet: 42, 19 and 6C. RGB value is (66,25,108). Sum of RGB (Red+Green+Blue) = 66+25+108=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #42196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42196C is #BDE693. Grayscale: #2E2E2E. Windows color (decimal): -12445332 or 7084354. OLE color: 7084354.

HSL color Cylindrical-coordinate representation of color #42196C: hue angle of 269.64º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42196C is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 25 108 -
CMYK 0.39 0.77 0 0.58
HSL 269.64º 0.62% 0.26% -
HSV(B) 269.64º 0.77% 0.42% -
XYZ 5.3 2.94 14.47 -
YUV 46.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 66 25 108 0.39 0.77 0 0.58 269.64 0.62 0.26
Hex 42 19 6C 27 4D 0 3A 10E 3E 1A
Octal 102 31 154 47 115 0 72 416 76 32
Binary 1000010 11001 1101100 100111 1001101 0 111010 100001110 111110 11010

Color Harmonies of #42196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42196C

Black with #42196C

Text Example


Text Example

White with #42196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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