#2C036F

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

Shades of Persian Indigo #2C036F

Tints of Persian Indigo #2C036F

Color information

#2C036F (or 0x2C036F) is unknown color: approx Persian Indigo. HEX triplet: 2C, 03 and 6F. RGB value is (44,3,111). Sum of RGB (Red+Green+Blue) = 44+3+111=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C036F is #D3FC90. Grayscale: #1B1B1B. Windows color (decimal): -13892753 or 7275308. OLE color: 7275308.

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

Color convert

RGB443111-
CMYK0.600.9700.56
HSL262.78º94.74%22.35%-
HSV(B)262.78º97.3%43.53%-
XYZ3.941.7515.17-
YUV27.57175.08139.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=27.85%
G=1.90%
B=70.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4431110.600.9700.56262.7894.7422.35
Hex2C36F3C610381075f16
Octal5431577414107040713726
Binary10110011110111111110011000010111000100000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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