Html Css Color HEX #3A159D Persian Indigo

📋 copy color: '#3A159D'

red 58 ◦ green 21 ◦ blue 157

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

Shades of Persian Indigo #3A159D

Tints of Persian Indigo #3A159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 157 (61.72% from 255) = 66.53%

R = 24.58%
G = 8.9%
B = 66.53%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A159D (or 0x3A159D) is known color: Persian Indigo. HEX triplet: 3A, 15 and 9D. RGB value is (58,21,157). Sum of RGB (Red+Green+Blue) = 58+21+157=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A159D is #C5EA62. Grayscale: #2F2F2F. Windows color (decimal): -12970595 or 10294586. OLE color: 10294586.

HSL color Cylindrical-coordinate representation of color #3A159D: hue angle of 256.32º degrees, saturation: 0.76, 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 #3A159D is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 21 157 -
CMYK 0.63 0.87 0 0.38
HSL 256.32º 0.76% 0.35% -
HSV(B) 256.32º 0.87% 0.62% -
XYZ 8.1 3.87 32.22 -
YUV 47.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 58 21 157 0.63 0.87 0 0.38 256.32 0.76 0.35
Hex 3A 15 9D 3F 57 0 26 100 4C 23
Octal 72 25 235 77 127 0 46 400 114 43
Binary 111010 10101 10011101 111111 1010111 0 100110 100000000 1001100 100011

Color Harmonies of #3A159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A159D

Black with #3A159D

Text Example


Text Example

White with #3A159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,157); }

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

background-color css

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

 a { background-color: rgb(58,21,157); }

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

border-color css

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

 span { border-color: rgb(58,21,157); }

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