Html Css Color HEX #3A1E87 Persian Indigo

📋 copy color: '#3A1E87'

red 58 ◦ green 30 ◦ blue 135

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

Shades of Persian Indigo #3A1E87

Tints of Persian Indigo #3A1E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 26.01%
G = 13.45%
B = 60.54%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A1E87 (or 0x3A1E87) is known color: Persian Indigo. HEX triplet: 3A, 1E and 87. RGB value is (58,30,135). Sum of RGB (Red+Green+Blue) = 58+30+135=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1E87 is #C5E178. Grayscale: #313131. Windows color (decimal): -12968313 or 8855098. OLE color: 8855098.

HSL color Cylindrical-coordinate representation of color #3A1E87: hue angle of 256º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1E87 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 30 135 -
CMYK 0.57 0.78 0 0.47
HSL 256º 0.64% 0.32% -
HSV(B) 256º 0.78% 0.53% -
XYZ 6.58 3.58 23.27 -
YUV 50.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 58 30 135 0.57 0.78 0 0.47 256 0.64 0.32
Hex 3A 1E 87 39 4E 0 2F 100 40 20
Octal 72 36 207 71 116 0 57 400 100 40
Binary 111010 11110 10000111 111001 1001110 0 101111 100000000 1000000 100000

Color Harmonies of #3A1E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1E87

Black with #3A1E87

Text Example


Text Example

White with #3A1E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,30,135); }

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

background-color css

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

 a { background-color: rgb(58,30,135); }

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

border-color css

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

 span { border-color: rgb(58,30,135); }

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