Html Css Color HEX #3A0476 Persian Indigo

📋 copy color: '#3A0476'

red 58 ◦ green 4 ◦ blue 118

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

Shades of Persian Indigo #3A0476

Tints of Persian Indigo #3A0476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 65.56%

R = 32.22%
G = 2.22%
B = 65.56%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A0476 (or 0x3A0476) is known color: Persian Indigo. HEX triplet: 3A, 04 and 76. RGB value is (58,4,118). Sum of RGB (Red+Green+Blue) = 58+4+118=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A0476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0476 is #C5FB89. Grayscale: #202020. Windows color (decimal): -12974986 or 7734330. OLE color: 7734330.

HSL color Cylindrical-coordinate representation of color #3A0476: hue angle of 268.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0476 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 4 118 -
CMYK 0.51 0.97 0 0.54
HSL 268.42º 0.93% 0.24% -
HSV(B) 268.42º 0.97% 0.46% -
XYZ 5.06 2.29 17.32 -
YUV 33.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 58 4 118 0.51 0.97 0 0.54 268.42 0.93 0.24
Hex 3A 4 76 33 61 0 36 10C 5D 18
Octal 72 4 166 63 141 0 66 414 135 30
Binary 111010 100 1110110 110011 1100001 0 110110 100001100 1011101 11000

Color Harmonies of #3A0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0476

Black with #3A0476

Text Example


Text Example

White with #3A0476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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