Html Css Color HEX #3A139E Persian Indigo

📋 copy color: '#3A139E'

red 58 ◦ green 19 ◦ blue 158

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

Shades of Persian Indigo #3A139E

Tints of Persian Indigo #3A139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.23%

R = 24.68%
G = 8.09%
B = 67.23%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A139E (or 0x3A139E) is known color: Persian Indigo. HEX triplet: 3A, 13 and 9E. RGB value is (58,19,158). Sum of RGB (Red+Green+Blue) = 58+19+158=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A139E is #C5EC61. Grayscale: #2D2D2D. Windows color (decimal): -12971106 or 10359610. OLE color: 10359610.

HSL color Cylindrical-coordinate representation of color #3A139E: hue angle of 256.83º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A139E is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 19 158 -
CMYK 0.63 0.88 0 0.38
HSL 256.83º 0.79% 0.35% -
HSV(B) 256.83º 0.88% 0.62% -
XYZ 8.15 3.83 32.66 -
YUV 46.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 58 19 158 0.63 0.88 0 0.38 256.83 0.79 0.35
Hex 3A 13 9E 3F 58 0 26 101 4F 23
Octal 72 23 236 77 130 0 46 401 117 43
Binary 111010 10011 10011110 111111 1011000 0 100110 100000001 1001111 100011

Color Harmonies of #3A139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A139E

Black with #3A139E

Text Example


Text Example

White with #3A139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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