Html Css Color HEX #3A199C Persian Indigo

📋 copy color: '#3A199C'

red 58 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #3A199C

Tints of Persian Indigo #3A199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 24.27%
G = 10.46%
B = 65.27%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A199C (or 0x3A199C) is known color: Persian Indigo. HEX triplet: 3A, 19 and 9C. RGB value is (58,25,156). Sum of RGB (Red+Green+Blue) = 58+25+156=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A199C is #C5E663. Grayscale: #313131. Windows color (decimal): -12969572 or 10230074. OLE color: 10230074.

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

Color convert

RGB 58 25 156 -
CMYK 0.63 0.84 0 0.39
HSL 255.11º 0.72% 0.35% -
HSV(B) 255.11º 0.84% 0.61% -
XYZ 8.09 4 31.8 -
YUV 49.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 58 25 156 0.63 0.84 0 0.39 255.11 0.72 0.35
Hex 3A 19 9C 3F 54 0 27 FF 48 23
Octal 72 31 234 77 124 0 47 377 110 43
Binary 111010 11001 10011100 111111 1010100 0 100111 11111111 1001000 100011

Color Harmonies of #3A199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A199C

Black with #3A199C

Text Example


Text Example

White with #3A199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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