Html Css Color HEX #3A1F8E Persian Indigo

📋 copy color: '#3A1F8E'

red 58 ◦ green 31 ◦ blue 142

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

Shades of Persian Indigo #3A1F8E

Tints of Persian Indigo #3A1F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.47%

R = 25.11%
G = 13.42%
B = 61.47%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A1F8E (or 0x3A1F8E) is known color: Persian Indigo. HEX triplet: 3A, 1F and 8E. RGB value is (58,31,142). Sum of RGB (Red+Green+Blue) = 58+31+142=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A1F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1F8E is #C5E071. Grayscale: #333333. Windows color (decimal): -12968050 or 9314106. OLE color: 9314106.

HSL color Cylindrical-coordinate representation of color #3A1F8E: hue angle of 254.59º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1F8E is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 31 142 -
CMYK 0.59 0.78 0 0.44
HSL 254.59º 0.64% 0.34% -
HSV(B) 254.59º 0.78% 0.56% -
XYZ 7.12 3.83 25.96 -
YUV 51.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 58 31 142 0.59 0.78 0 0.44 254.59 0.64 0.34
Hex 3A 1F 8E 3B 4E 0 2C FF 40 22
Octal 72 37 216 73 116 0 54 377 100 42
Binary 111010 11111 10001110 111011 1001110 0 101100 11111111 1000000 100010

Color Harmonies of #3A1F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1F8E

Black with #3A1F8E

Text Example


Text Example

White with #3A1F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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