Html Css Color HEX #3A0499 Indigo

📋 copy color: '#3A0499'

red 58 ◦ green 4 ◦ blue 153

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

Shades of Indigo #3A0499

Tints of Indigo #3A0499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.16%

R = 26.98%
G = 1.86%
B = 71.16%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A0499 (or 0x3A0499) is known color: Indigo. HEX triplet: 3A, 04 and 99. RGB value is (58,4,153). Sum of RGB (Red+Green+Blue) = 58+4+153=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0499 is #C5FB66. Grayscale: #242424. Windows color (decimal): -12974951 or 10028090. OLE color: 10028090.

HSL color Cylindrical-coordinate representation of color #3A0499: hue angle of 261.74º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0499 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 4 153 -
CMYK 0.62 0.97 0 0.4
HSL 261.75º 0.95% 0.31% -
HSV(B) 261.75º 0.97% 0.6% -
XYZ 7.54 3.29 30.37 -
YUV 37.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 58 4 153 0.62 0.97 0 0.4 261.75 0.95 0.31
Hex 3A 4 99 3E 61 0 28 106 5F 1F
Octal 72 4 231 76 141 0 50 406 137 37
Binary 111010 100 10011001 111110 1100001 0 101000 100000110 1011111 11111

Color Harmonies of #3A0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0499

Black with #3A0499

Text Example


Text Example

White with #3A0499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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