Html Css Color HEX #3A149F Persian Indigo

📋 copy color: '#3A149F'

red 58 ◦ green 20 ◦ blue 159

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

Shades of Persian Indigo #3A149F

Tints of Persian Indigo #3A149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 24.47%
G = 8.44%
B = 67.09%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A149F (or 0x3A149F) is known color: Persian Indigo. HEX triplet: 3A, 14 and 9F. RGB value is (58,20,159). Sum of RGB (Red+Green+Blue) = 58+20+159=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A149F is #C5EB60. Grayscale: #2E2E2E. Windows color (decimal): -12970849 or 10425402. OLE color: 10425402.

HSL color Cylindrical-coordinate representation of color #3A149F: hue angle of 256.4º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A149F is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 20 159 -
CMYK 0.64 0.87 0 0.38
HSL 256.4º 0.78% 0.35% -
HSV(B) 256.4º 0.87% 0.62% -
XYZ 8.25 3.9 33.12 -
YUV 47.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 58 20 159 0.64 0.87 0 0.38 256.4 0.78 0.35
Hex 3A 14 9F 40 57 0 26 100 4E 23
Octal 72 24 237 100 127 0 46 400 116 43
Binary 111010 10100 10011111 1000000 1010111 0 100110 100000000 1001110 100011

Color Harmonies of #3A149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A149F

Black with #3A149F

Text Example


Text Example

White with #3A149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,20,159); }

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

background-color css

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

 a { background-color: rgb(58,20,159); }

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

border-color css

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

 span { border-color: rgb(58,20,159); }

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