#2C017F

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

Shades of Persian Indigo #2C017F

Tints of Persian Indigo #2C017F

Color information

#2C017F (or 0x2C017F) is unknown color: approx Persian Indigo. HEX triplet: 2C, 01 and 7F. RGB value is (44,1,127). Sum of RGB (Red+Green+Blue) = 44+1+127=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C017F is #D3FE80. Grayscale: #1B1B1B. Windows color (decimal): -13893249 or 8323372. OLE color: 8323372.

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

Color convert

RGB441127-
CMYK0.650.9900.50
HSL260.48º98.44%25.1%-
HSV(B)260.48º99.21%49.8%-
XYZ4.882.0920.22-
YUV28.22183.75139.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 127 (50% from 255) = 73.84%
R=25.58%
G=0.58%
B=73.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4411270.650.9900.50260.4898.4425.1
Hex2C17F41630321046219
Octal54117710114306240414231
Binary10110011111111100000111000110110010100000100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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