#2C1267

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

Shades of Persian Indigo #2C1267

Tints of Persian Indigo #2C1267

Color information

#2C1267 (or 0x2C1267) is unknown color: approx Persian Indigo. HEX triplet: 2C, 12 and 67. RGB value is (44,18,103). Sum of RGB (Red+Green+Blue) = 44+18+103=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C1267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1267 is #D3ED98. Grayscale: #232323. Windows color (decimal): -13888921 or 6754860. OLE color: 6754860.

HSL color Cylindrical-coordinate representation of color #2C1267: hue angle of 258.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C1267 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4418103-
CMYK0.570.8300.60
HSL258.35º70.25%23.73%-
HSV(B)258.35º82.52%40.39%-
XYZ3.71.9513.01-
YUV35.46166.11134.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 103 (40.62% from 255) = 62.42%
R=26.67%
G=10.91%
B=62.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44181030.570.8300.60258.3570.2523.73
Hex2C1267395303C1024618
Octal54221477112307440210630
Binary10110010010110011111100110100110111100100000010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,18,103); }

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

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

 a { background-color: rgb(44,18,103); }

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

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

 span { border-color: rgb(44,18,103); }

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