Html Css Color HEX #42155F Christalle

📋 copy color: '#42155F'

red 66 ◦ green 21 ◦ blue 95

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

Shades of Christalle #42155F

Tints of Christalle #42155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 36.26%
G = 11.54%
B = 52.2%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42155F (or 0x42155F) is known color: Christalle. HEX triplet: 42, 15 and 5F. RGB value is (66,21,95). Sum of RGB (Red+Green+Blue) = 66+21+95=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #42155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42155F is #BDEAA0. Grayscale: #2A2A2A. Windows color (decimal): -12446369 or 6231362. OLE color: 6231362.

HSL color Cylindrical-coordinate representation of color #42155F: hue angle of 276.49º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42155F is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 21 95 -
CMYK 0.31 0.78 0 0.63
HSL 276.49º 0.64% 0.23% -
HSV(B) 276.49º 0.78% 0.37% -
XYZ 4.58 2.52 11.07 -
YUV 42.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 66 21 95 0.31 0.78 0 0.63 276.49 0.64 0.23
Hex 42 15 5F 1F 4E 0 3F 114 40 17
Octal 102 25 137 37 116 0 77 424 100 27
Binary 1000010 10101 1011111 11111 1001110 0 111111 100010100 1000000 10111

Color Harmonies of #42155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42155F

Black with #42155F

Text Example


Text Example

White with #42155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42155F; }

 p { color: rgb(66,21,95); }

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

background-color css

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

 a { background-color: rgb(66,21,95); }

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

border-color css

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

 span { border-color: rgb(66,21,95); }

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