Html Css Color HEX #3A1799 Persian Indigo

📋 copy color: '#3A1799'

red 58 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #3A1799

Tints of Persian Indigo #3A1799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 24.79%
G = 9.83%
B = 65.38%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A1799 (or 0x3A1799) is known color: Persian Indigo. HEX triplet: 3A, 17 and 99. RGB value is (58,23,153). Sum of RGB (Red+Green+Blue) = 58+23+153=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1799 is #C5E866. Grayscale: #2F2F2F. Windows color (decimal): -12970087 or 10032954. OLE color: 10032954.

HSL color Cylindrical-coordinate representation of color #3A1799: hue angle of 256.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1799 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 23 153 -
CMYK 0.62 0.85 0 0.4
HSL 256.15º 0.74% 0.35% -
HSV(B) 256.15º 0.85% 0.6% -
XYZ 7.8 3.81 30.46 -
YUV 48.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 58 23 153 0.62 0.85 0 0.4 256.15 0.74 0.35
Hex 3A 17 99 3E 55 0 28 100 4A 23
Octal 72 27 231 76 125 0 50 400 112 43
Binary 111010 10111 10011001 111110 1010101 0 101000 100000000 1001010 100011

Color Harmonies of #3A1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1799

Black with #3A1799

Text Example


Text Example

White with #3A1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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