#2C185D

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

Shades of Christalle #2C185D

Tints of Christalle #2C185D

Color information

#2C185D (or 0x2C185D) is unknown color: approx Christalle. HEX triplet: 2C, 18 and 5D. RGB value is (44,24,93). Sum of RGB (Red+Green+Blue) = 44+24+93=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C185D is #D3E7A2. Grayscale: #252525. Windows color (decimal): -13887395 or 6101036. OLE color: 6101036.

HSL color Cylindrical-coordinate representation of color #2C185D: hue angle of 257.39º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C185D is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB442493-
CMYK0.530.7400.64
HSL257.39º58.97%22.94%-
HSV(B)257.39º74.19%36.47%-
XYZ3.341.9810.56-
YUV37.85159.13132.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.33%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=27.33%
G=14.91%
B=57.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4424930.530.7400.64257.3958.9722.94
Hex2C185D354A0401013b17
Octal54301356511201004017327
Binary10110011000101110111010110010100100000010000000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,24,93); }

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

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

 a { background-color: rgb(44,24,93); }

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

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

 span { border-color: rgb(44,24,93); }

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