Html Css Color HEX #3A199A Persian Indigo

📋 copy color: '#3A199A'

red 58 ◦ green 25 ◦ blue 154

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

Shades of Persian Indigo #3A199A

Tints of Persian Indigo #3A199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.98%

R = 24.47%
G = 10.55%
B = 64.98%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A199A (or 0x3A199A) is known color: Persian Indigo. HEX triplet: 3A, 19 and 9A. RGB value is (58,25,154). Sum of RGB (Red+Green+Blue) = 58+25+154=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A199A is #C5E665. Grayscale: #313131. Windows color (decimal): -12969574 or 10099002. OLE color: 10099002.

HSL color Cylindrical-coordinate representation of color #3A199A: hue angle of 255.35º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A199A is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 25 154 -
CMYK 0.62 0.84 0 0.40
HSL 255.35º 0.72% 0.35% -
HSV(B) 255.35º 0.84% 0.6% -
XYZ 7.93 3.93 30.91 -
YUV 49.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 58 25 154 0.62 0.84 0 0.40 255.35 0.72 0.35
Hex 3A 19 9A 3E 54 0 28 FF 48 23
Octal 72 31 232 76 124 0 50 377 110 43
Binary 111010 11001 10011010 111110 1010100 0 101000 11111111 1001000 100011

Color Harmonies of #3A199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A199A

Black with #3A199A

Text Example


Text Example

White with #3A199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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