Html Css Color HEX #42225F Christalle

📋 copy color: '#42225F'

red 66 ◦ green 34 ◦ blue 95

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

Shades of Christalle #42225F

Tints of Christalle #42225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

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

R = 33.85%
G = 17.44%
B = 48.72%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42225F (or 0x42225F) is known color: Christalle. HEX triplet: 42, 22 and 5F. RGB value is (66,34,95). Sum of RGB (Red+Green+Blue) = 66+34+95=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #42225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42225F is #BDDDA0. Grayscale: #323232. Windows color (decimal): -12443041 or 6234690. OLE color: 6234690.

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

Color convert

RGB 66 34 95 -
CMYK 0.31 0.64 0 0.63
HSL 271.48º 0.47% 0.25% -
HSV(B) 271.48º 0.64% 0.37% -
XYZ 4.88 3.13 11.17 -
YUV 50.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 66 34 95 0.31 0.64 0 0.63 271.48 0.47 0.25
Hex 42 22 5F 1F 40 0 3F 10F 2F 19
Octal 102 42 137 37 100 0 77 417 57 31
Binary 1000010 100010 1011111 11111 1000000 0 111111 100001111 101111 11001

Color Harmonies of #42225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42225F

Black with #42225F

Text Example


Text Example

White with #42225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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