Html Css Color HEX #3A1F86 Persian Indigo

📋 copy color: '#3A1F86'

red 58 ◦ green 31 ◦ blue 134

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

Shades of Persian Indigo #3A1F86

Tints of Persian Indigo #3A1F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.9%

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 26.01%
G = 13.9%
B = 60.09%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A1F86 (or 0x3A1F86) is known color: Persian Indigo. HEX triplet: 3A, 1F and 86. RGB value is (58,31,134). Sum of RGB (Red+Green+Blue) = 58+31+134=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A1F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1F86 is #C5E079. Grayscale: #323232. Windows color (decimal): -12968058 or 8789818. OLE color: 8789818.

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

Color convert

RGB 58 31 134 -
CMYK 0.57 0.77 0 0.47
HSL 255.73º 0.62% 0.32% -
HSV(B) 255.73º 0.77% 0.53% -
XYZ 6.54 3.6 22.9 -
YUV 50.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 58 31 134 0.57 0.77 0 0.47 255.73 0.62 0.32
Hex 3A 1F 86 39 4D 0 2F 100 3E 20
Octal 72 37 206 71 115 0 57 400 76 40
Binary 111010 11111 10000110 111001 1001101 0 101111 100000000 111110 100000

Color Harmonies of #3A1F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1F86

Black with #3A1F86

Text Example


Text Example

White with #3A1F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,31,134); }

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

background-color css

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

 a { background-color: rgb(58,31,134); }

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

border-color css

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

 span { border-color: rgb(58,31,134); }

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