Html Css Color HEX #3A1778 Persian Indigo

📋 copy color: '#3A1778'

red 58 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #3A1778

Tints of Persian Indigo #3A1778

RGB

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

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

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

R = 28.86%
G = 11.44%
B = 59.7%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A1778 (or 0x3A1778) is known color: Persian Indigo. HEX triplet: 3A, 17 and 78. RGB value is (58,23,120). Sum of RGB (Red+Green+Blue) = 58+23+120=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A1778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1778 is #C5E887. Grayscale: #2C2C2C. Windows color (decimal): -12970120 or 7870266. OLE color: 7870266.

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

Color convert

RGB 58 23 120 -
CMYK 0.52 0.81 0 0.53
HSL 261.65º 0.68% 0.28% -
HSV(B) 261.65º 0.81% 0.47% -
XYZ 5.44 2.87 18.04 -
YUV 44.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 58 23 120 0.52 0.81 0 0.53 261.65 0.68 0.28
Hex 3A 17 78 34 51 0 35 106 44 1C
Octal 72 27 170 64 121 0 65 406 104 34
Binary 111010 10111 1111000 110100 1010001 0 110101 100000110 1000100 11100

Color Harmonies of #3A1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1778

Black with #3A1778

Text Example


Text Example

White with #3A1778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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