Html Css Color HEX #3A059C Indigo

📋 copy color: '#3A059C'

red 58 ◦ green 5 ◦ blue 156

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

Shades of Indigo #3A059C

Tints of Indigo #3A059C

RGB

 RED value IS 58 (23.05% from 255) = 26.48%

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

 BLUE value IS 156 (61.33% from 255) = 71.23%

R = 26.48%
G = 2.28%
B = 71.23%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A059C (or 0x3A059C) is known color: Indigo. HEX triplet: 3A, 05 and 9C. RGB value is (58,5,156). Sum of RGB (Red+Green+Blue) = 58+5+156=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A059C is #C5FA63. Grayscale: #252525. Windows color (decimal): -12974692 or 10224954. OLE color: 10224954.

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

Color convert

RGB 58 5 156 -
CMYK 0.63 0.97 0 0.39
HSL 261.06º 0.94% 0.32% -
HSV(B) 261.06º 0.97% 0.61% -
XYZ 7.8 3.41 31.7 -
YUV 38.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 58 5 156 0.63 0.97 0 0.39 261.06 0.94 0.32
Hex 3A 5 9C 3F 61 0 27 105 5E 20
Octal 72 5 234 77 141 0 47 405 136 40
Binary 111010 101 10011100 111111 1100001 0 100111 100000101 1011110 100000

Color Harmonies of #3A059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A059C

Black with #3A059C

Text Example


Text Example

White with #3A059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,5,156); }

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

background-color css

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

 a { background-color: rgb(58,5,156); }

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

border-color css

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

 span { border-color: rgb(58,5,156); }

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