Html Css Color HEX #3A198C Persian Indigo

📋 copy color: '#3A198C'

red 58 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #3A198C

Tints of Persian Indigo #3A198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 140 (55.08% from 255) = 62.78%

R = 26.01%
G = 11.21%
B = 62.78%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A198C (or 0x3A198C) is known color: Persian Indigo. HEX triplet: 3A, 19 and 8C. RGB value is (58,25,140). Sum of RGB (Red+Green+Blue) = 58+25+140=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A198C is #C5E673. Grayscale: #2F2F2F. Windows color (decimal): -12969588 or 9181498. OLE color: 9181498.

HSL color Cylindrical-coordinate representation of color #3A198C: hue angle of 257.22º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A198C is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 25 140 -
CMYK 0.59 0.82 0 0.45
HSL 257.22º 0.7% 0.32% -
HSV(B) 257.22º 0.82% 0.55% -
XYZ 6.83 3.49 25.12 -
YUV 47.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 58 25 140 0.59 0.82 0 0.45 257.22 0.7 0.32
Hex 3A 19 8C 3B 52 0 2D 101 46 20
Octal 72 31 214 73 122 0 55 401 106 40
Binary 111010 11001 10001100 111011 1010010 0 101101 100000001 1000110 100000

Color Harmonies of #3A198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A198C

Black with #3A198C

Text Example


Text Example

White with #3A198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,25,140); }

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

background-color css

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

 a { background-color: rgb(58,25,140); }

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

border-color css

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

 span { border-color: rgb(58,25,140); }

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