Html Css Color HEX #3A1774 Persian Indigo

📋 copy color: '#3A1774'

red 58 ◦ green 23 ◦ blue 116

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

Shades of Persian Indigo #3A1774

Tints of Persian Indigo #3A1774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 29.44%
G = 11.68%
B = 58.88%

CMYK

 C value IS 0.5

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1774 (or 0x3A1774) is known color: Persian Indigo. HEX triplet: 3A, 17 and 74. RGB value is (58,23,116). Sum of RGB (Red+Green+Blue) = 58+23+116=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A1774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1774 is #C5E88B. Grayscale: #2B2B2B. Windows color (decimal): -12970124 or 7608122. OLE color: 7608122.

HSL color Cylindrical-coordinate representation of color #3A1774: hue angle of 262.58º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1774 is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 23 116 -
CMYK 0.5 0.80 0 0.55
HSL 262.58º 0.67% 0.27% -
HSV(B) 262.58º 0.8% 0.45% -
XYZ 5.2 2.77 16.78 -
YUV 44.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 58 23 116 0.5 0.80 0 0.55 262.58 0.67 0.27
Hex 3A 17 74 32 50 0 37 107 43 1B
Octal 72 27 164 62 120 0 67 407 103 33
Binary 111010 10111 1110100 110010 1010000 0 110111 100000111 1000011 11011

Color Harmonies of #3A1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1774

Black with #3A1774

Text Example


Text Example

White with #3A1774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,23,116); }

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

background-color css

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

 a { background-color: rgb(58,23,116); }

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

border-color css

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

 span { border-color: rgb(58,23,116); }

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