Html Css Color HEX #3A1772 Persian Indigo

📋 copy color: '#3A1772'

red 58 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #3A1772

Tints of Persian Indigo #3A1772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 29.74%
G = 11.79%
B = 58.46%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1772 (or 0x3A1772) is known color: Persian Indigo. HEX triplet: 3A, 17 and 72. RGB value is (58,23,114). Sum of RGB (Red+Green+Blue) = 58+23+114=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1772 is #C5E88D. Grayscale: #2B2B2B. Windows color (decimal): -12970126 or 7477050. OLE color: 7477050.

HSL color Cylindrical-coordinate representation of color #3A1772: hue angle of 263.08º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1772 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 23 114 -
CMYK 0.49 0.80 0 0.55
HSL 263.08º 0.66% 0.27% -
HSV(B) 263.08º 0.8% 0.45% -
XYZ 5.09 2.73 16.18 -
YUV 43.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 58 23 114 0.49 0.80 0 0.55 263.08 0.66 0.27
Hex 3A 17 72 31 50 0 37 107 42 1B
Octal 72 27 162 61 120 0 67 407 102 33
Binary 111010 10111 1110010 110001 1010000 0 110111 100000111 1000010 11011

Color Harmonies of #3A1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1772

Black with #3A1772

Text Example


Text Example

White with #3A1772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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