Html Css Color HEX #3A179D Persian Indigo

📋 copy color: '#3A179D'

red 58 ◦ green 23 ◦ blue 157

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

Shades of Persian Indigo #3A179D

Tints of Persian Indigo #3A179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 24.37%
G = 9.66%
B = 65.97%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A179D (or 0x3A179D) is known color: Persian Indigo. HEX triplet: 3A, 17 and 9D. RGB value is (58,23,157). Sum of RGB (Red+Green+Blue) = 58+23+157=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A179D is #C5E862. Grayscale: #303030. Windows color (decimal): -12970083 or 10295098. OLE color: 10295098.

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

Color convert

RGB 58 23 157 -
CMYK 0.63 0.85 0 0.38
HSL 255.67º 0.74% 0.35% -
HSV(B) 255.67º 0.85% 0.62% -
XYZ 8.14 3.95 32.23 -
YUV 48.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 58 23 157 0.63 0.85 0 0.38 255.67 0.74 0.35
Hex 3A 17 9D 3F 55 0 26 100 4A 23
Octal 72 27 235 77 125 0 46 400 112 43
Binary 111010 10111 10011101 111111 1010101 0 100110 100000000 1001010 100011

Color Harmonies of #3A179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A179D

Black with #3A179D

Text Example


Text Example

White with #3A179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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