#2B038B

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

Shades of Persian Indigo #2B038B

Tints of Persian Indigo #2B038B

Color information

#2B038B (or 0x2B038B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 8B. RGB value is (43,3,139). Sum of RGB (Red+Green+Blue) = 43+3+139=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B038B is #D4FC74. Grayscale: #1D1D1D. Windows color (decimal): -13958261 or 9110315. OLE color: 9110315.

HSL color Cylindrical-coordinate representation of color #2B038B: hue angle of 257.65º 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 #2B038B is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB433139-
CMYK0.690.9800.45
HSL257.65º95.77%27.84%-
HSV(B)257.65º97.84%54.51%-
XYZ5.692.4424.6-
YUV30.46189.25136.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 139 (54.69% from 255) = 75.14%
R=23.24%
G=1.62%
B=75.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4331390.690.9800.45257.6595.7727.84
Hex2B38B456202D102601c
Octal53321310514205540214034
Binary1010111110001011100010111000100101101100000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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