#2C096F

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

Shades of Persian Indigo #2C096F

Tints of Persian Indigo #2C096F

Color information

#2C096F (or 0x2C096F) is unknown color: approx Persian Indigo. HEX triplet: 2C, 09 and 6F. RGB value is (44,9,111). Sum of RGB (Red+Green+Blue) = 44+9+111=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C096F is #D3F690. Grayscale: #1E1E1E. Windows color (decimal): -13891217 or 7276844. OLE color: 7276844.

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

Color convert

RGB449111-
CMYK0.600.9200.56
HSL260.59º85%23.53%-
HSV(B)260.59º91.89%43.53%-
XYZ4.011.8815.19-
YUV31.09173.1137.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.83%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 111 (43.75% from 255) = 67.68%
R=26.83%
G=5.49%
B=67.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4491110.600.9200.56260.598523.53
Hex2C96F3C5C0381055518
Octal54111577413407040512530
Binary1011001001110111111110010111000111000100000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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