Html Css Color HEX #3B048B Indigo

📋 copy color: '#3B048B'

red 59 ◦ green 4 ◦ blue 139

#3B048B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #3B048B

Tints of Indigo #3B048B

RGB

 RED value IS 59 (23.44% from 255) = 29.21%

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 139 (54.69% from 255) = 68.81%

R = 29.21%
G = 1.98%
B = 68.81%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B048B (or 0x3B048B) is known color: Indigo. HEX triplet: 3B, 04 and 8B. RGB value is (59,4,139). Sum of RGB (Red+Green+Blue) = 59+4+139=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B048B is #C4FB74. Grayscale: #232323. Windows color (decimal): -12909429 or 9110587. OLE color: 9110587.

HSL color Cylindrical-coordinate representation of color #3B048B: hue angle of 264.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B048B is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 4 139 -
CMYK 0.58 0.97 0 0.45
HSL 264.44º 0.94% 0.28% -
HSV(B) 264.44º 0.97% 0.55% -
XYZ 6.51 2.88 24.64 -
YUV 35.84 186.22 144.52 -
System Red Green Blue C M Y K H S L
Decimal 59 4 139 0.58 0.97 0 0.45 264.44 0.94 0.28
Hex 3B 4 8B 3A 61 0 2D 108 5E 1C
Octal 73 4 213 72 141 0 55 410 136 34
Binary 111011 100 10001011 111010 1100001 0 101101 100001000 1011110 11100

Color Harmonies of #3B048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B048B

Black with #3B048B

Text Example


Text Example

White with #3B048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,4,139); }

 H1.HeaderClassName
 {
   color: #3B048B;
 }
 .AnyTagClassName
 {
   color: #3B048B;
 }
</style>

background-color css

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

 a { background-color: rgb(59,4,139); }

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

border-color css

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

 span { border-color: rgb(59,4,139); }

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