Html Css Color HEX #42135F Christalle

📋 copy color: '#42135F'

red 66 ◦ green 19 ◦ blue 95

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

Shades of Christalle #42135F

Tints of Christalle #42135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 36.67%
G = 10.56%
B = 52.78%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42135F (or 0x42135F) is known color: Christalle. HEX triplet: 42, 13 and 5F. RGB value is (66,19,95). Sum of RGB (Red+Green+Blue) = 66+19+95=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #42135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135F is #BDECA0. Grayscale: #292929. Windows color (decimal): -12446881 or 6230850. OLE color: 6230850.

HSL color Cylindrical-coordinate representation of color #42135F: hue angle of 277.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42135F is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 19 95 -
CMYK 0.31 0.80 0 0.63
HSL 277.11º 0.67% 0.22% -
HSV(B) 277.11º 0.8% 0.37% -
XYZ 4.55 2.45 11.06 -
YUV 41.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 66 19 95 0.31 0.80 0 0.63 277.11 0.67 0.22
Hex 42 13 5F 1F 50 0 3F 115 43 16
Octal 102 23 137 37 120 0 77 425 103 26
Binary 1000010 10011 1011111 11111 1010000 0 111111 100010101 1000011 10110

Color Harmonies of #42135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42135F

Black with #42135F

Text Example


Text Example

White with #42135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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