Html Css Color HEX #3A05A1 Indigo

📋 copy color: '#3A05A1'

red 58 ◦ green 5 ◦ blue 161

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

Shades of Indigo #3A05A1

Tints of Indigo #3A05A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 71.88%

R = 25.89%
G = 2.23%
B = 71.88%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3A05A1 (or 0x3A05A1) is known color: Indigo. HEX triplet: 3A, 05 and A1. RGB value is (58,5,161). Sum of RGB (Red+Green+Blue) = 58+5+161=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #3A05A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A05A1 is #C5FA5E. Grayscale: #262626. Windows color (decimal): -12974687 or 10552634. OLE color: 10552634.

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

Color convert

RGB 58 5 161 -
CMYK 0.64 0.97 0 0.37
HSL 260.38º 0.94% 0.33% -
HSV(B) 260.38º 0.97% 0.63% -
XYZ 8.23 3.58 33.98 -
YUV 38.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 58 5 161 0.64 0.97 0 0.37 260.38 0.94 0.33
Hex 3A 5 A1 40 61 0 25 104 5E 21
Octal 72 5 241 100 141 0 45 404 136 41
Binary 111010 101 10100001 1000000 1100001 0 100101 100000100 1011110 100001

Color Harmonies of #3A05A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A05A1

Black with #3A05A1

Text Example


Text Example

White with #3A05A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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