#2D196C

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

Shades of Persian Indigo #2D196C

Tints of Persian Indigo #2D196C

Color information

#2D196C (or 0x2D196C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 6C. RGB value is (45,25,108). Sum of RGB (Red+Green+Blue) = 45+25+108=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D196C is #D2E693. Grayscale: #282828. Windows color (decimal): -13821588 or 7084333. OLE color: 7084333.

HSL color Cylindrical-coordinate representation of color #2D196C: hue angle of 254.46º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D196C is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4525108-
CMYK0.580.7700.58
HSL254.46º62.41%26.08%-
HSV(B)254.46º76.85%42.35%-
XYZ4.142.3414.42-
YUV40.44166.13131.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.28%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=25.28%
G=14.04%
B=60.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45251080.580.7700.58254.4662.4126.08
Hex2D196C3A4D03Afe3e1a
Octal5531154721150723767632
Binary101101110011101100111010100110101110101111111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,25,108); }

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

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

 a { background-color: rgb(45,25,108); }

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

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

 span { border-color: rgb(45,25,108); }

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