#2C138A

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

Shades of Persian Indigo #2C138A

Tints of Persian Indigo #2C138A

Color information

#2C138A (or 0x2C138A) is unknown color: approx Persian Indigo. HEX triplet: 2C, 13 and 8A. RGB value is (44,19,138). Sum of RGB (Red+Green+Blue) = 44+19+138=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C138A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C138A is #D3EC75. Grayscale: #272727. Windows color (decimal): -13888630 or 9048876. OLE color: 9048876.

HSL color Cylindrical-coordinate representation of color #2C138A: hue angle of 252.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C138A is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4419138-
CMYK0.680.8600.46
HSL252.61º75.8%30.78%-
HSV(B)252.61º86.23%54.12%-
XYZ5.862.8424.28-
YUV40.04183.28130.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=21.89%
G=9.45%
B=68.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44191380.680.8600.46252.6175.830.78
Hex2C138A445602Efd4c1f
Octal542321210412605637511437
Binary101100100111000101010001001010110010111011111101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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