Html Css Color HEX #3A1395 Persian Indigo

📋 copy color: '#3A1395'

red 58 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #3A1395

Tints of Persian Indigo #3A1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 25.66%
G = 8.41%
B = 65.93%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A1395 (or 0x3A1395) is known color: Persian Indigo. HEX triplet: 3A, 13 and 95. RGB value is (58,19,149). Sum of RGB (Red+Green+Blue) = 58+19+149=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A1395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1395 is #C5EC6A. Grayscale: #2D2D2D. Windows color (decimal): -12971115 or 9769786. OLE color: 9769786.

HSL color Cylindrical-coordinate representation of color #3A1395: hue angle of 258º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1395 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 19 149 -
CMYK 0.61 0.87 0 0.42
HSL 258º 0.77% 0.33% -
HSV(B) 258º 0.87% 0.58% -
XYZ 7.4 3.54 28.73 -
YUV 45.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 58 19 149 0.61 0.87 0 0.42 258 0.77 0.33
Hex 3A 13 95 3D 57 0 2A 102 4D 21
Octal 72 23 225 75 127 0 52 402 115 41
Binary 111010 10011 10010101 111101 1010111 0 101010 100000010 1001101 100001

Color Harmonies of #3A1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1395

Black with #3A1395

Text Example


Text Example

White with #3A1395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,19,149); }

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

background-color css

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

 a { background-color: rgb(58,19,149); }

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

border-color css

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

 span { border-color: rgb(58,19,149); }

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