#2C1E7B

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

Shades of Persian Indigo #2C1E7B

Tints of Persian Indigo #2C1E7B

Color information

#2C1E7B (or 0x2C1E7B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 1E and 7B. RGB value is (44,30,123). Sum of RGB (Red+Green+Blue) = 44+30+123=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C1E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1E7B is #D3E184. Grayscale: #2C2C2C. Windows color (decimal): -13885829 or 8068652. OLE color: 8068652.

HSL color Cylindrical-coordinate representation of color #2C1E7B: hue angle of 249.03º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1E7B is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4430123-
CMYK0.640.7600.52
HSL249.03º60.78%30%-
HSV(B)249.03º75.61%48.24%-
XYZ5.082.8919.03-
YUV44.79172.14127.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.34%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=22.34%
G=15.23%
B=62.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44301230.640.7600.52249.0360.7830
Hex2C1E7B404C034f93d1e
Octal54361731001140643717536
Binary1011001111011110111000000100110001101001111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,30,123); }

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

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

 a { background-color: rgb(44,30,123); }

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

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

 span { border-color: rgb(44,30,123); }

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