#2D038E

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

Shades of Persian Indigo #2D038E

Tints of Persian Indigo #2D038E

Color information

#2D038E (or 0x2D038E) is unknown color: approx Persian Indigo. HEX triplet: 2D, 03 and 8E. RGB value is (45,3,142). Sum of RGB (Red+Green+Blue) = 45+3+142=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D038E is #D2FC71. Grayscale: #1E1E1E. Windows color (decimal): -13827186 or 9306925. OLE color: 9306925.

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

Color convert

RGB453142-
CMYK0.680.9800.44
HSL258.13º95.86%28.43%-
HSV(B)258.13º97.89%55.69%-
XYZ62.5825.77-
YUV31.4190.41137.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 142 (55.86% from 255) = 74.74%
R=23.68%
G=1.58%
B=74.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4531420.680.9800.44258.1395.8628.43
Hex2D38E446202C102601c
Octal55321610414205440214034
Binary1011011110001110100010011000100101100100000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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