#2D088F

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

Shades of Persian Indigo #2D088F

Tints of Persian Indigo #2D088F

Color information

#2D088F (or 0x2D088F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 08 and 8F. RGB value is (45,8,143). Sum of RGB (Red+Green+Blue) = 45+8+143=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D088F is #D2F770. Grayscale: #212121. Windows color (decimal): -13825905 or 9373741. OLE color: 9373741.

HSL color Cylindrical-coordinate representation of color #2D088F: hue angle of 256.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D088F is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB458143-
CMYK0.690.9400.44
HSL256.44º89.4%29.61%-
HSV(B)256.44º94.41%56.08%-
XYZ6.132.7126.19-
YUV34.45189.26135.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.96%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 143 (56.25% from 255) = 72.96%
R=22.96%
G=4.08%
B=72.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4581430.690.9400.44256.4489.429.61
Hex2D88F455E02C100591e
Octal551021710513605440013136
Binary101101100010001111100010110111100101100100000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,8,143); }

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

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

 a { background-color: rgb(45,8,143); }

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

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

 span { border-color: rgb(45,8,143); }

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