Html Css Color HEX #3A1978 Persian Indigo

📋 copy color: '#3A1978'

red 58 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #3A1978

Tints of Persian Indigo #3A1978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 28.57%
G = 12.32%
B = 59.11%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1978 (or 0x3A1978) is known color: Persian Indigo. HEX triplet: 3A, 19 and 78. RGB value is (58,25,120). Sum of RGB (Red+Green+Blue) = 58+25+120=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1978 is #C5E687. Grayscale: #2D2D2D. Windows color (decimal): -12969608 or 7870778. OLE color: 7870778.

HSL color Cylindrical-coordinate representation of color #3A1978: hue angle of 260.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1978 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 25 120 -
CMYK 0.52 0.79 0 0.53
HSL 260.84º 0.66% 0.28% -
HSV(B) 260.84º 0.79% 0.47% -
XYZ 5.48 2.95 18.05 -
YUV 45.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 58 25 120 0.52 0.79 0 0.53 260.84 0.66 0.28
Hex 3A 19 78 34 4F 0 35 105 42 1C
Octal 72 31 170 64 117 0 65 405 102 34
Binary 111010 11001 1111000 110100 1001111 0 110101 100000101 1000010 11100

Color Harmonies of #3A1978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1978

Black with #3A1978

Text Example


Text Example

White with #3A1978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,25,120); }

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

background-color css

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

 a { background-color: rgb(58,25,120); }

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

border-color css

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

 span { border-color: rgb(58,25,120); }

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