#2D135F

Color #2D135F Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #2D135F

Tints of Christalle #2D135F

Color information

#2D135F (or 0x2D135F) is unknown color: approx Christalle. HEX triplet: 2D, 13 and 5F. RGB value is (45,19,95). Sum of RGB (Red+Green+Blue) = 45+19+95=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D135F is #D2ECA0. Grayscale: #232323. Windows color (decimal): -13823137 or 6230829. OLE color: 6230829.

HSL color Cylindrical-coordinate representation of color #2D135F: hue angle of 260.53º 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 #2D135F is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB451995-
CMYK0.530.8000.63
HSL260.53º66.67%22.35%-
HSV(B)260.53º80%37.25%-
XYZ3.381.8511.01-
YUV35.44161.61134.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 95 (37.5% from 255) = 59.75%
R=28.30%
G=11.95%
B=59.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4519950.530.8000.63260.5366.6722.35
Hex2D135F355003F1054316
Octal55231376512007740510326
Binary10110110011101111111010110100000111111100000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D135F; }

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

 H1.HeaderClassName
 {
   color: #2D135F;
 }
 .AnyTagClassName
 {
   color: #2D135F;
 }
</style>
background-color css

<style>
 a { background-color: #2D135F; }

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

 div.DivClassName
 {
   background-color: #2D135F;
 }
 .BgClassName
 {
   background-color: #2D135F;
 }
</style>
border-color css

<style>
 span { border-color: #2D135F; }

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

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