#2D058A

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

Shades of Persian Indigo #2D058A

Tints of Persian Indigo #2D058A

Color information

#2D058A (or 0x2D058A) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 8A. RGB value is (45,5,138). Sum of RGB (Red+Green+Blue) = 45+5+138=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D058A is #D2FA75. Grayscale: #1F1F1F. Windows color (decimal): -13826678 or 9045293. OLE color: 9045293.

HSL color Cylindrical-coordinate representation of color #2D058A: hue angle of 258.05º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D058A is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB455138-
CMYK0.670.9600.46
HSL258.05º93.01%28.04%-
HSV(B)258.05º96.38%54.12%-
XYZ5.722.524.23-
YUV32.12187.75137.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.94%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 138 (54.30% from 255) = 73.40%
R=23.94%
G=2.66%
B=73.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4551380.670.9600.46258.0593.0128.04
Hex2D58A436002E1025d1c
Octal55521210314005640213534
Binary10110110110001010100001111000000101110100000010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,5,138); }

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

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

 a { background-color: rgb(45,5,138); }

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

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

 span { border-color: rgb(45,5,138); }

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