Html Css Color HEX #3B0596 Indigo

📋 copy color: '#3B0596'

red 59 ◦ green 5 ◦ blue 150

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

Shades of Indigo #3B0596

Tints of Indigo #3B0596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 150 (58.98% from 255) = 70.09%

R = 27.57%
G = 2.34%
B = 70.09%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B0596 (or 0x3B0596) is known color: Indigo. HEX triplet: 3B, 05 and 96. RGB value is (59,5,150). Sum of RGB (Red+Green+Blue) = 59+5+150=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B0596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0596 is #C4FA69. Grayscale: #252525. Windows color (decimal): -12909162 or 9831739. OLE color: 9831739.

HSL color Cylindrical-coordinate representation of color #3B0596: hue angle of 262.34º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0596 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 5 150 -
CMYK 0.61 0.97 0 0.41
HSL 262.34º 0.94% 0.3% -
HSV(B) 262.34º 0.97% 0.59% -
XYZ 7.36 3.24 29.09 -
YUV 37.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 59 5 150 0.61 0.97 0 0.41 262.34 0.94 0.3
Hex 3B 5 96 3D 61 0 29 106 5E 1E
Octal 73 5 226 75 141 0 51 406 136 36
Binary 111011 101 10010110 111101 1100001 0 101001 100000110 1011110 11110

Color Harmonies of #3B0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0596

Black with #3B0596

Text Example


Text Example

White with #3B0596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,150); }

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

background-color css

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

 a { background-color: rgb(59,5,150); }

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

border-color css

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

 span { border-color: rgb(59,5,150); }

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