Html Css Color HEX #42275F Christalle

📋 copy color: '#42275F'

red 66 ◦ green 39 ◦ blue 95

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

Shades of Christalle #42275F

Tints of Christalle #42275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.5%

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

R = 33%
G = 19.5%
B = 47.5%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42275F (or 0x42275F) is known color: Christalle. HEX triplet: 42, 27 and 5F. RGB value is (66,39,95). Sum of RGB (Red+Green+Blue) = 66+39+95=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #42275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42275F is #BDD8A0. Grayscale: #353535. Windows color (decimal): -12441761 or 6235970. OLE color: 6235970.

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

Color convert

RGB 66 39 95 -
CMYK 0.31 0.59 0 0.63
HSL 268.93º 0.42% 0.26% -
HSV(B) 268.93º 0.59% 0.37% -
XYZ 5.04 3.44 11.22 -
YUV 53.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 66 39 95 0.31 0.59 0 0.63 268.93 0.42 0.26
Hex 42 27 5F 1F 3B 0 3F 10D 2A 1A
Octal 102 47 137 37 73 0 77 415 52 32
Binary 1000010 100111 1011111 11111 111011 0 111111 100001101 101010 11010

Color Harmonies of #42275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42275F

Black with #42275F

Text Example


Text Example

White with #42275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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