#2D038F

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

Shades of Persian Indigo #2D038F

Tints of Persian Indigo #2D038F

Color information

#2D038F (or 0x2D038F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 03 and 8F. RGB value is (45,3,143). Sum of RGB (Red+Green+Blue) = 45+3+143=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D038F is #D2FC70. Grayscale: #1F1F1F. Windows color (decimal): -13827185 or 9372461. OLE color: 9372461.

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

Color convert

RGB453143-
CMYK0.690.9800.44
HSL258º95.89%28.63%-
HSV(B)258º97.9%56.08%-
XYZ6.072.6126.17-
YUV31.52190.91137.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 143 (56.25% from 255) = 74.87%
R=23.56%
G=1.57%
B=74.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4531430.690.9800.4425895.8928.63
Hex2D38F456202C102601d
Octal55321710514205440214035
Binary1011011110001111100010111000100101100100000010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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