#3B038D

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

Shades of Indigo #3B038D

Tints of Indigo #3B038D

Color information

#3B038D (or 0x3B038D) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 8D. RGB value is (59,3,141). Sum of RGB (Red+Green+Blue) = 59+3+141=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B038D is #C4FC72. Grayscale: #222222. Windows color (decimal): -12909683 or 9241403. OLE color: 9241403.

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

Color convert

RGB593141-
CMYK0.580.9800.45
HSL264.35º95.83%28.24%-
HSV(B)264.35º97.87%55.29%-
XYZ6.642.9225.41-
YUV35.48187.55144.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=29.06%
G=1.48%
B=69.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5931410.580.9800.45264.3595.8328.24
Hex3B38D3A6202D108601c
Octal7332157214205541014034
Binary111011111000110111101011000100101101100001000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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