Html Css Color HEX #3A1C87 Persian Indigo

📋 copy color: '#3A1C87'

red 58 ◦ green 28 ◦ blue 135

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

Shades of Persian Indigo #3A1C87

Tints of Persian Indigo #3A1C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.67%

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

R = 26.24%
G = 12.67%
B = 61.09%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A1C87 (or 0x3A1C87) is known color: Persian Indigo. HEX triplet: 3A, 1C and 87. RGB value is (58,28,135). Sum of RGB (Red+Green+Blue) = 58+28+135=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A1C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1C87 is #C5E378. Grayscale: #303030. Windows color (decimal): -12968825 or 8854586. OLE color: 8854586.

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

Color convert

RGB 58 28 135 -
CMYK 0.57 0.79 0 0.47
HSL 256.82º 0.66% 0.32% -
HSV(B) 256.82º 0.79% 0.53% -
XYZ 6.53 3.48 23.25 -
YUV 49.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 58 28 135 0.57 0.79 0 0.47 256.82 0.66 0.32
Hex 3A 1C 87 39 4F 0 2F 101 42 20
Octal 72 34 207 71 117 0 57 401 102 40
Binary 111010 11100 10000111 111001 1001111 0 101111 100000001 1000010 100000

Color Harmonies of #3A1C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1C87

Black with #3A1C87

Text Example


Text Example

White with #3A1C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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