Html Css Color HEX #3A00AA Indigo

📋 copy color: '#3A00AA'

red 58 ◦ green 0 ◦ blue 170

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

Shades of Indigo #3A00AA

Tints of Indigo #3A00AA

RGB

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

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

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

R = 25.44%
G = 0%
B = 74.56%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A00AA (or 0x3A00AA) is known color: Indigo. HEX triplet: 3A, 00 and AA. RGB value is (58,0,170). Sum of RGB (Red+Green+Blue) = 58+0+170=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A00AA is #C5FF55. Grayscale: #242424. Windows color (decimal): -12975958 or 11141178. OLE color: 11141178.

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

Color convert

RGB 58 0 170 -
CMYK 0.66 1 0 0.33
HSL 260.47º 1% 0.33% -
HSV(B) 260.47º 1% 0.67% -
XYZ 9 3.8 38.29 -
YUV 36.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 58 0 170 0.66 1 0 0.33 260.47 1 0.33
Hex 3A 0 AA 42 64 0 21 104 64 21
Octal 72 0 252 102 144 0 41 404 144 41
Binary 111010 0 10101010 1000010 1100100 0 100001 100000100 1100100 100001

Color Harmonies of #3A00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A00AA

Black with #3A00AA

Text Example


Text Example

White with #3A00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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