Html Css Color HEX #3A04A6 Indigo

📋 copy color: '#3A04A6'

red 58 ◦ green 4 ◦ blue 166

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

Shades of Indigo #3A04A6

Tints of Indigo #3A04A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 72.81%

R = 25.44%
G = 1.75%
B = 72.81%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3A04A6 (or 0x3A04A6) is known color: Indigo. HEX triplet: 3A, 04 and A6. RGB value is (58,4,166). Sum of RGB (Red+Green+Blue) = 58+4+166=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 166 (65.23% from 255 or 72.81% from 228); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A04A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A04A6 is #C5FB59. Grayscale: #262626. Windows color (decimal): -12974938 or 10880058. OLE color: 10880058.

HSL color Cylindrical-coordinate representation of color #3A04A6: hue angle of 260º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04A6 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 58 4 166 -
CMYK 0.65 0.98 0 0.35
HSL 260º 0.95% 0.33% -
HSV(B) 260º 0.98% 0.65% -
XYZ 8.67 3.74 36.34 -
YUV 38.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 58 4 166 0.65 0.98 0 0.35 260 0.95 0.33
Hex 3A 4 A6 41 62 0 23 104 5F 21
Octal 72 4 246 101 142 0 43 404 137 41
Binary 111010 100 10100110 1000001 1100010 0 100011 100000100 1011111 100001

Color Harmonies of #3A04A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A04A6

Black with #3A04A6

Text Example


Text Example

White with #3A04A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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