Html Css Color HEX #3A157C Persian Indigo

📋 copy color: '#3A157C'

red 58 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #3A157C

Tints of Persian Indigo #3A157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 28.57%
G = 10.34%
B = 61.08%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A157C (or 0x3A157C) is known color: Persian Indigo. HEX triplet: 3A, 15 and 7C. RGB value is (58,21,124). Sum of RGB (Red+Green+Blue) = 58+21+124=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A157C is #C5EA83. Grayscale: #2B2B2B. Windows color (decimal): -12970628 or 8131898. OLE color: 8131898.

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

Color convert

RGB 58 21 124 -
CMYK 0.53 0.83 0 0.51
HSL 261.55º 0.71% 0.28% -
HSV(B) 261.55º 0.83% 0.49% -
XYZ 5.65 2.89 19.33 -
YUV 43.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 58 21 124 0.53 0.83 0 0.51 261.55 0.71 0.28
Hex 3A 15 7C 35 53 0 33 106 47 1C
Octal 72 25 174 65 123 0 63 406 107 34
Binary 111010 10101 1111100 110101 1010011 0 110011 100000110 1000111 11100

Color Harmonies of #3A157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A157C

Black with #3A157C

Text Example


Text Example

White with #3A157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,124); }

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

background-color css

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

 a { background-color: rgb(58,21,124); }

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

border-color css

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

 span { border-color: rgb(58,21,124); }

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