#3B038C

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

Shades of Indigo #3B038C

Tints of Indigo #3B038C

Color information

#3B038C (or 0x3B038C) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 8C. RGB value is (59,3,140). Sum of RGB (Red+Green+Blue) = 59+3+140=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B038C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B038C is #C4FC73. Grayscale: #222222. Windows color (decimal): -12909684 or 9175867. OLE color: 9175867.

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

Color convert

RGB593140-
CMYK0.580.9800.45
HSL264.53º95.8%28.04%-
HSV(B)264.53º97.86%54.9%-
XYZ6.572.8925.02-
YUV35.36187.05144.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 140 (55.08% from 255) = 69.31%
R=29.21%
G=1.49%
B=69.31%

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
Decimal5931400.580.9800.45264.5395.828.04
Hex3B38C3A6202D109601c
Octal7332147214205541114034
Binary111011111000110011101011000100101101100001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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