#2C0074

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

Shades of Persian Indigo #2C0074

Tints of Persian Indigo #2C0074

Color information

#2C0074 (or 0x2C0074) is unknown color: approx Persian Indigo. HEX triplet: 2C, 00 and 74. RGB value is (44,0,116). Sum of RGB (Red+Green+Blue) = 44+0+116=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C0074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0074 is #D3FF8B. Grayscale: #191919. Windows color (decimal): -13893516 or 7602220. OLE color: 7602220.

HSL color Cylindrical-coordinate representation of color #2C0074: hue angle of 262.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0074 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB440116-
CMYK0.62100.55
HSL262.76º100%22.75%-
HSV(B)262.76º100%45.49%-
XYZ4.191.816.65-
YUV26.38178.58140.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 72.5%
R=27.5%
G=0%
B=72.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4401160.62100.55262.7610022.75
Hex2C0743E640371076417
Octal5401647614406740714427
Binary1011000111010011111011001000110111100000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,116); }

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

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

 a { background-color: rgb(44,0,116); }

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

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

 span { border-color: rgb(44,0,116); }

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