Html Css Color HEX #3B059E Indigo

📋 copy color: '#3B059E'

red 59 ◦ green 5 ◦ blue 158

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

Shades of Indigo #3B059E

Tints of Indigo #3B059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.17%

R = 26.58%
G = 2.25%
B = 71.17%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B059E (or 0x3B059E) is known color: Indigo. HEX triplet: 3B, 05 and 9E. RGB value is (59,5,158). Sum of RGB (Red+Green+Blue) = 59+5+158=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B059E is #C4FA61. Grayscale: #262626. Windows color (decimal): -12909154 or 10356027. OLE color: 10356027.

HSL color Cylindrical-coordinate representation of color #3B059E: hue angle of 261.18º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B059E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 5 158 -
CMYK 0.63 0.97 0 0.38
HSL 261.18º 0.94% 0.32% -
HSV(B) 261.18º 0.97% 0.62% -
XYZ 8.03 3.51 32.6 -
YUV 38.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 59 5 158 0.63 0.97 0 0.38 261.18 0.94 0.32
Hex 3B 5 9E 3F 61 0 26 105 5E 20
Octal 73 5 236 77 141 0 46 405 136 40
Binary 111011 101 10011110 111111 1100001 0 100110 100000101 1011110 100000

Color Harmonies of #3B059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B059E

Black with #3B059E

Text Example


Text Example

White with #3B059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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