#2C036B

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

Shades of Persian Indigo #2C036B

Tints of Persian Indigo #2C036B

Color information

#2C036B (or 0x2C036B) is unknown color: approx Persian Indigo. HEX triplet: 2C, 03 and 6B. RGB value is (44,3,107). Sum of RGB (Red+Green+Blue) = 44+3+107=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #2C036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C036B is #D3FC94. Grayscale: #1A1A1A. Windows color (decimal): -13892757 or 7013164. OLE color: 7013164.

HSL color Cylindrical-coordinate representation of color #2C036B: hue angle of 263.65º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C036B is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB443107-
CMYK0.590.9700.58
HSL263.65º94.55%21.57%-
HSV(B)263.65º97.2%41.96%-
XYZ3.731.6614.03-
YUV27.12173.08140.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 107 (42.19% from 255) = 69.48%
R=28.57%
G=1.95%
B=69.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4431070.590.9700.58263.6594.5521.57
Hex2C36B3B6103A1085f16
Octal5431537314107241013726
Binary10110011110101111101111000010111010100001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,3,107); }

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

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

 a { background-color: rgb(44,3,107); }

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

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

 span { border-color: rgb(44,3,107); }

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