Html Css Color HEX #3A119B Persian Indigo

📋 copy color: '#3A119B'

red 58 ◦ green 17 ◦ blue 155

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

Shades of Persian Indigo #3A119B

Tints of Persian Indigo #3A119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 25.22%
G = 7.39%
B = 67.39%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A119B (or 0x3A119B) is known color: Persian Indigo. HEX triplet: 3A, 11 and 9B. RGB value is (58,17,155). Sum of RGB (Red+Green+Blue) = 58+17+155=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A119B is #C5EE64. Grayscale: #2C2C2C. Windows color (decimal): -12971621 or 10162490. OLE color: 10162490.

HSL color Cylindrical-coordinate representation of color #3A119B: hue angle of 257.83º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A119B is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 17 155 -
CMYK 0.63 0.89 0 0.39
HSL 257.83º 0.8% 0.34% -
HSV(B) 257.83º 0.89% 0.61% -
XYZ 7.86 3.67 31.3 -
YUV 44.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 58 17 155 0.63 0.89 0 0.39 257.83 0.8 0.34
Hex 3A 11 9B 3F 59 0 27 102 50 22
Octal 72 21 233 77 131 0 47 402 120 42
Binary 111010 10001 10011011 111111 1011001 0 100111 100000010 1010000 100010

Color Harmonies of #3A119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A119B

Black with #3A119B

Text Example


Text Example

White with #3A119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,155); }

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

background-color css

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

 a { background-color: rgb(58,17,155); }

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

border-color css

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

 span { border-color: rgb(58,17,155); }

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