Html Css Color HEX #3A03AA Indigo

📋 copy color: '#3A03AA'

red 58 ◦ green 3 ◦ blue 170

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

Shades of Indigo #3A03AA

Tints of Indigo #3A03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 25.11%
G = 1.3%
B = 73.59%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A03AA (or 0x3A03AA) is known color: Indigo. HEX triplet: 3A, 03 and AA. RGB value is (58,3,170). Sum of RGB (Red+Green+Blue) = 58+3+170=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A03AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A03AA is #C5FC55. Grayscale: #252525. Windows color (decimal): -12975190 or 11141946. OLE color: 11141946.

HSL color Cylindrical-coordinate representation of color #3A03AA: hue angle of 259.76º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A03AA is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 3 170 -
CMYK 0.66 0.98 0 0.33
HSL 259.76º 0.97% 0.34% -
HSV(B) 259.76º 0.98% 0.67% -
XYZ 9.03 3.87 38.3 -
YUV 38.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 58 3 170 0.66 0.98 0 0.33 259.76 0.97 0.34
Hex 3A 3 AA 42 62 0 21 104 61 22
Octal 72 3 252 102 142 0 41 404 141 42
Binary 111010 11 10101010 1000010 1100010 0 100001 100000100 1100001 100010

Color Harmonies of #3A03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A03AA

Black with #3A03AA

Text Example


Text Example

White with #3A03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,3,170); }

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

background-color css

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

 a { background-color: rgb(58,3,170); }

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

border-color css

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

 span { border-color: rgb(58,3,170); }

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