Html Css Color HEX #3A059A Indigo

📋 copy color: '#3A059A'

red 58 ◦ green 5 ◦ blue 154

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

Shades of Indigo #3A059A

Tints of Indigo #3A059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.97%

R = 26.73%
G = 2.3%
B = 70.97%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A059A (or 0x3A059A) is known color: Indigo. HEX triplet: 3A, 05 and 9A. RGB value is (58,5,154). Sum of RGB (Red+Green+Blue) = 58+5+154=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A059A is #C5FA65. Grayscale: #252525. Windows color (decimal): -12974694 or 10093882. OLE color: 10093882.

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

Color convert

RGB 58 5 154 -
CMYK 0.62 0.97 0 0.40
HSL 261.34º 0.94% 0.31% -
HSV(B) 261.34º 0.97% 0.6% -
XYZ 7.63 3.34 30.81 -
YUV 37.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 58 5 154 0.62 0.97 0 0.40 261.34 0.94 0.31
Hex 3A 5 9A 3E 61 0 28 105 5E 1F
Octal 72 5 232 76 141 0 50 405 136 37
Binary 111010 101 10011010 111110 1100001 0 101000 100000101 1011110 11111

Color Harmonies of #3A059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A059A

Black with #3A059A

Text Example


Text Example

White with #3A059A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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