Html Css Color HEX #3A1190 Persian Indigo

📋 copy color: '#3A1190'

red 58 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #3A1190

Tints of Persian Indigo #3A1190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 26.48%
G = 7.76%
B = 65.75%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A1190 (or 0x3A1190) is known color: Persian Indigo. HEX triplet: 3A, 11 and 90. RGB value is (58,17,144). Sum of RGB (Red+Green+Blue) = 58+17+144=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1190 is #C5EE6F. Grayscale: #2B2B2B. Windows color (decimal): -12971632 or 9441594. OLE color: 9441594.

HSL color Cylindrical-coordinate representation of color #3A1190: hue angle of 259.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1190 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 17 144 -
CMYK 0.60 0.88 0 0.44
HSL 259.37º 0.79% 0.32% -
HSV(B) 259.37º 0.88% 0.56% -
XYZ 6.98 3.31 26.66 -
YUV 43.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 58 17 144 0.60 0.88 0 0.44 259.37 0.79 0.32
Hex 3A 11 90 3C 58 0 2C 103 4F 20
Octal 72 21 220 74 130 0 54 403 117 40
Binary 111010 10001 10010000 111100 1011000 0 101100 100000011 1001111 100000

Color Harmonies of #3A1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1190

Black with #3A1190

Text Example


Text Example

White with #3A1190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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