Html Css Color HEX #3A1792 Persian Indigo

📋 copy color: '#3A1792'

red 58 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #3A1792

Tints of Persian Indigo #3A1792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 25.55%
G = 10.13%
B = 64.32%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A1792 (or 0x3A1792) is known color: Persian Indigo. HEX triplet: 3A, 17 and 92. RGB value is (58,23,146). Sum of RGB (Red+Green+Blue) = 58+23+146=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A1792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1792 is #C5E86D. Grayscale: #2F2F2F. Windows color (decimal): -12970094 or 9574202. OLE color: 9574202.

HSL color Cylindrical-coordinate representation of color #3A1792: hue angle of 257.07º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1792 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 23 146 -
CMYK 0.60 0.84 0 0.43
HSL 257.07º 0.73% 0.33% -
HSV(B) 257.07º 0.84% 0.57% -
XYZ 7.24 3.59 27.51 -
YUV 47.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 58 23 146 0.60 0.84 0 0.43 257.07 0.73 0.33
Hex 3A 17 92 3C 54 0 2B 101 49 21
Octal 72 27 222 74 124 0 53 401 111 41
Binary 111010 10111 10010010 111100 1010100 0 101011 100000001 1001001 100001

Color Harmonies of #3A1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1792

Black with #3A1792

Text Example


Text Example

White with #3A1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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