Html Css Color HEX #42136F Christalle

📋 copy color: '#42136F'

red 66 ◦ green 19 ◦ blue 111

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

Shades of Christalle #42136F

Tints of Christalle #42136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 33.67%
G = 9.69%
B = 56.63%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42136F (or 0x42136F) is known color: Christalle. HEX triplet: 42, 13 and 6F. RGB value is (66,19,111). Sum of RGB (Red+Green+Blue) = 66+19+111=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #42136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42136F is #BDEC90. Grayscale: #2B2B2B. Windows color (decimal): -12446865 or 7279426. OLE color: 7279426.

HSL color Cylindrical-coordinate representation of color #42136F: hue angle of 270.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42136F is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 19 111 -
CMYK 0.41 0.83 0 0.56
HSL 270.65º 0.71% 0.25% -
HSV(B) 270.65º 0.83% 0.44% -
XYZ 5.35 2.77 15.29 -
YUV 43.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 66 19 111 0.41 0.83 0 0.56 270.65 0.71 0.25
Hex 42 13 6F 29 53 0 38 10F 47 19
Octal 102 23 157 51 123 0 70 417 107 31
Binary 1000010 10011 1101111 101001 1010011 0 111000 100001111 1000111 11001

Color Harmonies of #42136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42136F

Black with #42136F

Text Example


Text Example

White with #42136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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