Html Css Color HEX #3A04AA Indigo

📋 copy color: '#3A04AA'

red 58 ◦ green 4 ◦ blue 170

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

Shades of Indigo #3A04AA

Tints of Indigo #3A04AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 25%
G = 1.72%
B = 73.28%

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

#3A04AA (or 0x3A04AA) is known color: Indigo. HEX triplet: 3A, 04 and AA. RGB value is (58,4,170). Sum of RGB (Red+Green+Blue) = 58+4+170=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A04AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A04AA is #C5FB55. Grayscale: #262626. Windows color (decimal): -12974934 or 11142202. OLE color: 11142202.

HSL color Cylindrical-coordinate representation of color #3A04AA: hue angle of 259.52º degrees, saturation: 0.95, 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 #3A04AA is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 4 170 -
CMYK 0.66 0.98 0 0.33
HSL 259.52º 0.95% 0.34% -
HSV(B) 259.52º 0.98% 0.67% -
XYZ 9.04 3.89 38.3 -
YUV 39.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 58 4 170 0.66 0.98 0 0.33 259.52 0.95 0.34
Hex 3A 4 AA 42 62 0 21 104 5F 22
Octal 72 4 252 102 142 0 41 404 137 42
Binary 111010 100 10101010 1000010 1100010 0 100001 100000100 1011111 100010

Color Harmonies of #3A04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A04AA

Black with #3A04AA

Text Example


Text Example

White with #3A04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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