Html Css Color HEX #3A00AD Indigo

📋 copy color: '#3A00AD'

red 58 ◦ green 0 ◦ blue 173

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

Shades of Indigo #3A00AD

Tints of Indigo #3A00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 74.89%

R = 25.11%
G = 0%
B = 74.89%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A00AD (or 0x3A00AD) is known color: Indigo. HEX triplet: 3A, 00 and AD. RGB value is (58,0,173). Sum of RGB (Red+Green+Blue) = 58+0+173=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A00AD is #C5FF52. Grayscale: #242424. Windows color (decimal): -12975955 or 11337786. OLE color: 11337786.

HSL color Cylindrical-coordinate representation of color #3A00AD: hue angle of 260.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00AD is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 0 173 -
CMYK 0.66 1 0 0.32
HSL 260.12º 1% 0.34% -
HSV(B) 260.12º 1% 0.68% -
XYZ 9.29 3.92 39.8 -
YUV 37.06 204.72 142.93 -
System Red Green Blue C M Y K H S L
Decimal 58 0 173 0.66 1 0 0.32 260.12 1 0.34
Hex 3A 0 AD 42 64 0 20 104 64 22
Octal 72 0 255 102 144 0 40 404 144 42
Binary 111010 0 10101101 1000010 1100100 0 100000 100000100 1100100 100010

Color Harmonies of #3A00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A00AD

Black with #3A00AD

Text Example


Text Example

White with #3A00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,173); }

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

background-color css

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

 a { background-color: rgb(58,0,173); }

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

border-color css

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

 span { border-color: rgb(58,0,173); }

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