Html Css Color HEX #3A1195 Persian Indigo

📋 copy color: '#3A1195'

red 58 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #3A1195

Tints of Persian Indigo #3A1195

RGB

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

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

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

R = 25.89%
G = 7.59%
B = 66.52%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A1195 (or 0x3A1195) is known color: Persian Indigo. HEX triplet: 3A, 11 and 95. RGB value is (58,17,149). Sum of RGB (Red+Green+Blue) = 58+17+149=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1195 is #C5EE6A. Grayscale: #2B2B2B. Windows color (decimal): -12971627 or 9769274. OLE color: 9769274.

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

Color convert

RGB 58 17 149 -
CMYK 0.61 0.89 0 0.42
HSL 258.64º 0.8% 0.33% -
HSV(B) 258.64º 0.89% 0.58% -
XYZ 7.37 3.47 28.72 -
YUV 44.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 58 17 149 0.61 0.89 0 0.42 258.64 0.8 0.33
Hex 3A 11 95 3D 59 0 2A 103 50 21
Octal 72 21 225 75 131 0 52 403 120 41
Binary 111010 10001 10010101 111101 1011001 0 101010 100000011 1010000 100001

Color Harmonies of #3A1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1195

Black with #3A1195

Text Example


Text Example

White with #3A1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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