Html Css Color HEX #3A1376 Persian Indigo

📋 copy color: '#3A1376'

red 58 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #3A1376

Tints of Persian Indigo #3A1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 29.74%
G = 9.74%
B = 60.51%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A1376 (or 0x3A1376) is known color: Persian Indigo. HEX triplet: 3A, 13 and 76. RGB value is (58,19,118). Sum of RGB (Red+Green+Blue) = 58+19+118=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A1376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1376 is #C5EC89. Grayscale: #292929. Windows color (decimal): -12971146 or 7738170. OLE color: 7738170.

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

Color convert

RGB 58 19 118 -
CMYK 0.51 0.84 0 0.54
HSL 263.64º 0.72% 0.27% -
HSV(B) 263.64º 0.84% 0.46% -
XYZ 5.25 2.67 17.38 -
YUV 41.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 58 19 118 0.51 0.84 0 0.54 263.64 0.72 0.27
Hex 3A 13 76 33 54 0 36 108 48 1B
Octal 72 23 166 63 124 0 66 410 110 33
Binary 111010 10011 1110110 110011 1010100 0 110110 100001000 1001000 11011

Color Harmonies of #3A1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1376

Black with #3A1376

Text Example


Text Example

White with #3A1376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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