Html Css Color HEX #3A1594 Persian Indigo

📋 copy color: '#3A1594'

red 58 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #3A1594

Tints of Persian Indigo #3A1594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 25.55%
G = 9.25%
B = 65.2%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A1594 (or 0x3A1594) is known color: Persian Indigo. HEX triplet: 3A, 15 and 94. RGB value is (58,21,148). Sum of RGB (Red+Green+Blue) = 58+21+148=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A1594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1594 is #C5EA6B. Grayscale: #2E2E2E. Windows color (decimal): -12970604 or 9704762. OLE color: 9704762.

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

Color convert

RGB 58 21 148 -
CMYK 0.61 0.86 0 0.42
HSL 257.48º 0.75% 0.33% -
HSV(B) 257.48º 0.86% 0.58% -
XYZ 7.36 3.57 28.32 -
YUV 46.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 58 21 148 0.61 0.86 0 0.42 257.48 0.75 0.33
Hex 3A 15 94 3D 56 0 2A 101 4B 21
Octal 72 25 224 75 126 0 52 401 113 41
Binary 111010 10101 10010100 111101 1010110 0 101010 100000001 1001011 100001

Color Harmonies of #3A1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1594

Black with #3A1594

Text Example


Text Example

White with #3A1594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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