#2C175A

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

Shades of Christalle #2C175A

Tints of Christalle #2C175A

Color information

#2C175A (or 0x2C175A) is unknown color: approx Christalle. HEX triplet: 2C, 17 and 5A. RGB value is (44,23,90). Sum of RGB (Red+Green+Blue) = 44+23+90=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C175A is #D3E8A5. Grayscale: #242424. Windows color (decimal): -13887654 or 5904172. OLE color: 5904172.

HSL color Cylindrical-coordinate representation of color #2C175A: hue angle of 258.81º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C175A is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB442390-
CMYK0.510.7400.65
HSL258.81º59.29%22.16%-
HSV(B)258.81º74.44%35.29%-
XYZ3.191.899.87-
YUV36.92157.96133.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=28.03%
G=14.65%
B=57.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4423900.510.7400.65258.8159.2922.16
Hex2C175A334A0411033b16
Octal54271326311201014037326
Binary10110010111101101011001110010100100000110000001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,23,90); }

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

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

 a { background-color: rgb(44,23,90); }

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

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

 span { border-color: rgb(44,23,90); }

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