Html Css Color HEX #3A047C Persian Indigo

📋 copy color: '#3A047C'

red 58 ◦ green 4 ◦ blue 124

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

Shades of Persian Indigo #3A047C

Tints of Persian Indigo #3A047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 31.18%
G = 2.15%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A047C (or 0x3A047C) is known color: Persian Indigo. HEX triplet: 3A, 04 and 7C. RGB value is (58,4,124). Sum of RGB (Red+Green+Blue) = 58+4+124=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A047C is #C5FB83. Grayscale: #212121. Windows color (decimal): -12974980 or 8127546. OLE color: 8127546.

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

Color convert

RGB 58 4 124 -
CMYK 0.53 0.97 0 0.51
HSL 267º 0.94% 0.25% -
HSV(B) 267º 0.97% 0.49% -
XYZ 5.43 2.44 19.25 -
YUV 33.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 58 4 124 0.53 0.97 0 0.51 267 0.94 0.25
Hex 3A 4 7C 35 61 0 33 10B 5E 19
Octal 72 4 174 65 141 0 63 413 136 31
Binary 111010 100 1111100 110101 1100001 0 110011 100001011 1011110 11001

Color Harmonies of #3A047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A047C

Black with #3A047C

Text Example


Text Example

White with #3A047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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