Html Css Color HEX #3A1476 Persian Indigo

📋 copy color: '#3A1476'

red 58 ◦ green 20 ◦ blue 118

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

Shades of Persian Indigo #3A1476

Tints of Persian Indigo #3A1476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 29.59%
G = 10.2%
B = 60.2%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A1476 (or 0x3A1476) is known color: Persian Indigo. HEX triplet: 3A, 14 and 76. RGB value is (58,20,118). Sum of RGB (Red+Green+Blue) = 58+20+118=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A1476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1476 is #C5EB89. Grayscale: #2A2A2A. Windows color (decimal): -12970890 or 7738426. OLE color: 7738426.

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

Color convert

RGB 58 20 118 -
CMYK 0.51 0.83 0 0.54
HSL 263.27º 0.71% 0.27% -
HSV(B) 263.27º 0.83% 0.46% -
XYZ 5.27 2.71 17.38 -
YUV 42.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 58 20 118 0.51 0.83 0 0.54 263.27 0.71 0.27
Hex 3A 14 76 33 53 0 36 107 47 1B
Octal 72 24 166 63 123 0 66 407 107 33
Binary 111010 10100 1110110 110011 1010011 0 110110 100000111 1000111 11011

Color Harmonies of #3A1476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1476

Black with #3A1476

Text Example


Text Example

White with #3A1476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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