#2C1358

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

Shades of Christalle #2C1358

Tints of Christalle #2C1358

Color information

#2C1358 (or 0x2C1358) is unknown color: approx Christalle. HEX triplet: 2C, 13 and 58. RGB value is (44,19,88). Sum of RGB (Red+Green+Blue) = 44+19+88=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C1358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1358 is #D3ECA7. Grayscale: #222222. Windows color (decimal): -13888680 or 5772076. OLE color: 5772076.

HSL color Cylindrical-coordinate representation of color #2C1358: hue angle of 261.74º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C1358 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB441988-
CMYK0.50.7800.65
HSL261.74º64.49%20.98%-
HSV(B)261.74º78.41%34.51%-
XYZ3.031.719.4-
YUV34.34158.28134.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=29.14%
G=12.58%
B=58.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4419880.50.7800.65261.7464.4920.98
Hex2C1358324E0411064015
Octal542313062116010140610025
Binary101100100111011000110010100111001000001100000110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,88); }

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

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

 a { background-color: rgb(44,19,88); }

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

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

 span { border-color: rgb(44,19,88); }

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