Html Css Color HEX #42215D Christalle

📋 copy color: '#42215D'

red 66 ◦ green 33 ◦ blue 93

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

Shades of Christalle #42215D

Tints of Christalle #42215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 34.38%
G = 17.19%
B = 48.44%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42215D (or 0x42215D) is known color: Christalle. HEX triplet: 42, 21 and 5D. RGB value is (66,33,93). Sum of RGB (Red+Green+Blue) = 66+33+93=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #42215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42215D is #BDDEA2. Grayscale: #313131. Windows color (decimal): -12443299 or 6103362. OLE color: 6103362.

HSL color Cylindrical-coordinate representation of color #42215D: hue angle of 273º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42215D is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 33 93 -
CMYK 0.29 0.65 0 0.64
HSL 273º 0.48% 0.25% -
HSV(B) 273º 0.65% 0.36% -
XYZ 4.77 3.04 10.69 -
YUV 49.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 66 33 93 0.29 0.65 0 0.64 273 0.48 0.25
Hex 42 21 5D 1D 41 0 40 111 30 19
Octal 102 41 135 35 101 0 100 421 60 31
Binary 1000010 100001 1011101 11101 1000001 0 1000000 100010001 110000 11001

Color Harmonies of #42215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42215D

Black with #42215D

Text Example


Text Example

White with #42215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42215D; }

 p { color: rgb(66,33,93); }

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

background-color css

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

 a { background-color: rgb(66,33,93); }

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

border-color css

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

 span { border-color: rgb(66,33,93); }

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