#2C025F

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

Shades of Persian Indigo #2C025F

Tints of Persian Indigo #2C025F

Color information

#2C025F (or 0x2C025F) is unknown color: approx Persian Indigo. HEX triplet: 2C, 02 and 5F. RGB value is (44,2,95). Sum of RGB (Red+Green+Blue) = 44+2+95=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C025F is #D3FDA0. Grayscale: #181818. Windows color (decimal): -13893025 or 6226476. OLE color: 6226476.

HSL color Cylindrical-coordinate representation of color #2C025F: hue angle of 267.1º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C025F is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB44295-
CMYK0.540.9800.63
HSL267.1º95.88%19.02%-
HSV(B)267.1º97.89%37.25%-
XYZ3.131.4110.93-
YUV25.16167.41141.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.21%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 95 (37.5% from 255) = 67.38%
R=31.21%
G=1.42%
B=67.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal442950.540.9800.63267.195.8819.02
Hex2C25F366203F10b6013
Octal5421376614207741314023
Binary10110010101111111011011000100111111100001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,2,95); }

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

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

 a { background-color: rgb(44,2,95); }

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

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

 span { border-color: rgb(44,2,95); }

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