Html Css Color HEX #3A1676 Persian Indigo

📋 copy color: '#3A1676'

red 58 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #3A1676

Tints of Persian Indigo #3A1676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

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

R = 29.29%
G = 11.11%
B = 59.6%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A1676 (or 0x3A1676) is known color: Persian Indigo. HEX triplet: 3A, 16 and 76. RGB value is (58,22,118). Sum of RGB (Red+Green+Blue) = 58+22+118=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A1676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1676 is #C5E989. Grayscale: #2B2B2B. Windows color (decimal): -12970378 or 7738938. OLE color: 7738938.

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

Color convert

RGB 58 22 118 -
CMYK 0.51 0.81 0 0.54
HSL 262.5º 0.69% 0.27% -
HSV(B) 262.5º 0.81% 0.46% -
XYZ 5.3 2.78 17.4 -
YUV 43.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 58 22 118 0.51 0.81 0 0.54 262.5 0.69 0.27
Hex 3A 16 76 33 51 0 36 106 45 1B
Octal 72 26 166 63 121 0 66 406 105 33
Binary 111010 10110 1110110 110011 1010001 0 110110 100000110 1000101 11011

Color Harmonies of #3A1676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1676

Black with #3A1676

Text Example


Text Example

White with #3A1676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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