Html Css Color HEX #3A118E Persian Indigo

📋 copy color: '#3A118E'

red 58 ◦ green 17 ◦ blue 142

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

Shades of Persian Indigo #3A118E

Tints of Persian Indigo #3A118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 142 (55.86% from 255) = 65.44%

R = 26.73%
G = 7.83%
B = 65.44%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A118E (or 0x3A118E) is known color: Persian Indigo. HEX triplet: 3A, 11 and 8E. RGB value is (58,17,142). Sum of RGB (Red+Green+Blue) = 58+17+142=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A118E is #C5EE71. Grayscale: #2B2B2B. Windows color (decimal): -12971634 or 9310522. OLE color: 9310522.

HSL color Cylindrical-coordinate representation of color #3A118E: hue angle of 259.68º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A118E is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 17 142 -
CMYK 0.59 0.88 0 0.44
HSL 259.68º 0.79% 0.31% -
HSV(B) 259.68º 0.88% 0.56% -
XYZ 6.83 3.25 25.86 -
YUV 43.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 58 17 142 0.59 0.88 0 0.44 259.68 0.79 0.31
Hex 3A 11 8E 3B 58 0 2C 104 4F 1F
Octal 72 21 216 73 130 0 54 404 117 37
Binary 111010 10001 10001110 111011 1011000 0 101100 100000100 1001111 11111

Color Harmonies of #3A118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A118E

Black with #3A118E

Text Example


Text Example

White with #3A118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,142); }

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

background-color css

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

 a { background-color: rgb(58,17,142); }

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

border-color css

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

 span { border-color: rgb(58,17,142); }

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