Html Css Color HEX #3A178E Persian Indigo

📋 copy color: '#3A178E'

red 58 ◦ green 23 ◦ blue 142

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

Shades of Persian Indigo #3A178E

Tints of Persian Indigo #3A178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 26.01%
G = 10.31%
B = 63.68%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A178E (or 0x3A178E) is known color: Persian Indigo. HEX triplet: 3A, 17 and 8E. RGB value is (58,23,142). Sum of RGB (Red+Green+Blue) = 58+23+142=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A178E is #C5E871. Grayscale: #2E2E2E. Windows color (decimal): -12970098 or 9312058. OLE color: 9312058.

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

Color convert

RGB 58 23 142 -
CMYK 0.59 0.84 0 0.44
HSL 257.65º 0.72% 0.32% -
HSV(B) 257.65º 0.84% 0.56% -
XYZ 6.93 3.47 25.89 -
YUV 47.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 58 23 142 0.59 0.84 0 0.44 257.65 0.72 0.32
Hex 3A 17 8E 3B 54 0 2C 102 48 20
Octal 72 27 216 73 124 0 54 402 110 40
Binary 111010 10111 10001110 111011 1010100 0 101100 100000010 1001000 100000

Color Harmonies of #3A178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A178E

Black with #3A178E

Text Example


Text Example

White with #3A178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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