Html Css Color HEX #3B0599 Indigo

📋 copy color: '#3B0599'

red 59 ◦ green 5 ◦ blue 153

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

Shades of Indigo #3B0599

Tints of Indigo #3B0599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 27.19%
G = 2.3%
B = 70.51%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B0599 (or 0x3B0599) is known color: Indigo. HEX triplet: 3B, 05 and 99. RGB value is (59,5,153). Sum of RGB (Red+Green+Blue) = 59+5+153=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0599 is #C4FA66. Grayscale: #252525. Windows color (decimal): -12909159 or 10028347. OLE color: 10028347.

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

Color convert

RGB 59 5 153 -
CMYK 0.61 0.97 0 0.4
HSL 261.89º 0.94% 0.31% -
HSV(B) 261.89º 0.97% 0.6% -
XYZ 7.61 3.34 30.38 -
YUV 38.02 192.89 142.97 -
System Red Green Blue C M Y K H S L
Decimal 59 5 153 0.61 0.97 0 0.4 261.89 0.94 0.31
Hex 3B 5 99 3D 61 0 28 106 5E 1F
Octal 73 5 231 75 141 0 50 406 136 37
Binary 111011 101 10011001 111101 1100001 0 101000 100000110 1011110 11111

Color Harmonies of #3B0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0599

Black with #3B0599

Text Example


Text Example

White with #3B0599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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