Html Css Color HEX #3B048D Indigo

📋 copy color: '#3B048D'

red 59 ◦ green 4 ◦ blue 141

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

Shades of Indigo #3B048D

Tints of Indigo #3B048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 28.92%
G = 1.96%
B = 69.12%

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

#3B048D (or 0x3B048D) is known color: Indigo. HEX triplet: 3B, 04 and 8D. RGB value is (59,4,141). Sum of RGB (Red+Green+Blue) = 59+4+141=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B048D is #C4FB72. Grayscale: #232323. Windows color (decimal): -12909427 or 9241659. OLE color: 9241659.

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

Color convert

RGB 59 4 141 -
CMYK 0.58 0.97 0 0.45
HSL 264.09º 0.94% 0.28% -
HSV(B) 264.09º 0.97% 0.55% -
XYZ 6.65 2.94 25.42 -
YUV 36.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 59 4 141 0.58 0.97 0 0.45 264.09 0.94 0.28
Hex 3B 4 8D 3A 61 0 2D 108 5E 1C
Octal 73 4 215 72 141 0 55 410 136 34
Binary 111011 100 10001101 111010 1100001 0 101101 100001000 1011110 11100

Color Harmonies of #3B048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B048D

Black with #3B048D

Text Example


Text Example

White with #3B048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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