Html Css Color HEX #3A1170 Persian Indigo

📋 copy color: '#3A1170'

red 58 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #3A1170

Tints of Persian Indigo #3A1170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 31.02%
G = 9.09%
B = 59.89%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A1170 (or 0x3A1170) is known color: Persian Indigo. HEX triplet: 3A, 11 and 70. RGB value is (58,17,112). Sum of RGB (Red+Green+Blue) = 58+17+112=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1170 is #C5EE8F. Grayscale: #272727. Windows color (decimal): -12971664 or 7344442. OLE color: 7344442.

HSL color Cylindrical-coordinate representation of color #3A1170: hue angle of 265.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1170 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 17 112 -
CMYK 0.48 0.85 0 0.56
HSL 265.89º 0.74% 0.25% -
HSV(B) 265.89º 0.85% 0.44% -
XYZ 4.87 2.47 15.55 -
YUV 40.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 58 17 112 0.48 0.85 0 0.56 265.89 0.74 0.25
Hex 3A 11 70 30 55 0 38 10A 4A 19
Octal 72 21 160 60 125 0 70 412 112 31
Binary 111010 10001 1110000 110000 1010101 0 111000 100001010 1001010 11001

Color Harmonies of #3A1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1170

Black with #3A1170

Text Example


Text Example

White with #3A1170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,112); }

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

background-color css

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

 a { background-color: rgb(58,17,112); }

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

border-color css

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

 span { border-color: rgb(58,17,112); }

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