#2C0E7F

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

Shades of Persian Indigo #2C0E7F

Tints of Persian Indigo #2C0E7F

Color information

#2C0E7F (or 0x2C0E7F) is unknown color: approx Persian Indigo. HEX triplet: 2C, 0E and 7F. RGB value is (44,14,127). Sum of RGB (Red+Green+Blue) = 44+14+127=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C0E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0E7F is #D3F180. Grayscale: #232323. Windows color (decimal): -13889921 or 8326700. OLE color: 8326700.

HSL color Cylindrical-coordinate representation of color #2C0E7F: hue angle of 255.93º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0E7F is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4414127-
CMYK0.650.8900.50
HSL255.93º80.14%27.65%-
HSV(B)255.93º88.98%49.8%-
XYZ5.032.3820.27-
YUV35.85179.44133.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 127 (50% from 255) = 68.65%
R=23.78%
G=7.57%
B=68.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44141270.650.8900.50255.9380.1427.65
Hex2CE7F4159032100501c
Octal541617710113106240012034
Binary10110011101111111100000110110010110010100000000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,14,127); }

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

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

 a { background-color: rgb(44,14,127); }

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

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

 span { border-color: rgb(44,14,127); }

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