Html Css Color HEX #3A1672 Persian Indigo

📋 copy color: '#3A1672'

red 58 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #3A1672

Tints of Persian Indigo #3A1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 29.9%
G = 11.34%
B = 58.76%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A1672 (or 0x3A1672) is known color: Persian Indigo. HEX triplet: 3A, 16 and 72. RGB value is (58,22,114). Sum of RGB (Red+Green+Blue) = 58+22+114=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1672 is #C5E98D. Grayscale: #2A2A2A. Windows color (decimal): -12970382 or 7476794. OLE color: 7476794.

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

Color convert

RGB 58 22 114 -
CMYK 0.49 0.81 0 0.55
HSL 263.48º 0.68% 0.27% -
HSV(B) 263.48º 0.81% 0.45% -
XYZ 5.07 2.69 16.17 -
YUV 43.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 58 22 114 0.49 0.81 0 0.55 263.48 0.68 0.27
Hex 3A 16 72 31 51 0 37 107 44 1B
Octal 72 26 162 61 121 0 67 407 104 33
Binary 111010 10110 1110010 110001 1010001 0 110111 100000111 1000100 11011

Color Harmonies of #3A1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1672

Black with #3A1672

Text Example


Text Example

White with #3A1672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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