Html Css Color HEX #3A197D Persian Indigo

📋 copy color: '#3A197D'

red 58 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #3A197D

Tints of Persian Indigo #3A197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.1%

R = 27.88%
G = 12.02%
B = 60.1%

CMYK

 C value IS 0.54

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A197D (or 0x3A197D) is known color: Persian Indigo. HEX triplet: 3A, 19 and 7D. RGB value is (58,25,125). Sum of RGB (Red+Green+Blue) = 58+25+125=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A197D is #C5E682. Grayscale: #2D2D2D. Windows color (decimal): -12969603 or 8198458. OLE color: 8198458.

HSL color Cylindrical-coordinate representation of color #3A197D: hue angle of 259.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A197D is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 25 125 -
CMYK 0.54 0.8 0 0.51
HSL 259.8º 0.67% 0.29% -
HSV(B) 259.8º 0.8% 0.49% -
XYZ 5.79 3.08 19.69 -
YUV 46.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 58 25 125 0.54 0.8 0 0.51 259.8 0.67 0.29
Hex 3A 19 7D 36 50 0 33 104 43 1D
Octal 72 31 175 66 120 0 63 404 103 35
Binary 111010 11001 1111101 110110 1010000 0 110011 100000100 1000011 11101

Color Harmonies of #3A197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A197D

Black with #3A197D

Text Example


Text Example

White with #3A197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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