#2B038D

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

Shades of Persian Indigo #2B038D

Tints of Persian Indigo #2B038D

Color information

#2B038D (or 0x2B038D) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 8D. RGB value is (43,3,141). Sum of RGB (Red+Green+Blue) = 43+3+141=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B038D is #D4FC72. Grayscale: #1E1E1E. Windows color (decimal): -13958259 or 9241387. OLE color: 9241387.

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

Color convert

RGB433141-
CMYK0.700.9800.45
HSL257.39º95.83%28.24%-
HSV(B)257.39º97.87%55.29%-
XYZ5.842.525.37-
YUV30.69190.25136.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 141 (55.47% from 255) = 75.40%
R=22.99%
G=1.60%
B=75.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4331410.700.9800.45257.3995.8328.24
Hex2B38D466202D101601c
Octal53321510614205540114034
Binary1010111110001101100011011000100101101100000001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,141); }

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

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

 a { background-color: rgb(43,3,141); }

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

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

 span { border-color: rgb(43,3,141); }

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