Html Css Color HEX #3A137D Persian Indigo

📋 copy color: '#3A137D'

red 58 ◦ green 19 ◦ blue 125

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

Shades of Persian Indigo #3A137D

Tints of Persian Indigo #3A137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 28.71%
G = 9.41%
B = 61.88%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A137D (or 0x3A137D) is known color: Persian Indigo. HEX triplet: 3A, 13 and 7D. RGB value is (58,19,125). Sum of RGB (Red+Green+Blue) = 58+19+125=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A137D is #C5EC82. Grayscale: #2A2A2A. Windows color (decimal): -12971139 or 8196922. OLE color: 8196922.

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

Color convert

RGB 58 19 125 -
CMYK 0.54 0.85 0 0.51
HSL 262.08º 0.74% 0.28% -
HSV(B) 262.08º 0.85% 0.49% -
XYZ 5.68 2.85 19.65 -
YUV 42.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 58 19 125 0.54 0.85 0 0.51 262.08 0.74 0.28
Hex 3A 13 7D 36 55 0 33 106 4A 1C
Octal 72 23 175 66 125 0 63 406 112 34
Binary 111010 10011 1111101 110110 1010101 0 110011 100000110 1001010 11100

Color Harmonies of #3A137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A137D

Black with #3A137D

Text Example


Text Example

White with #3A137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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