Html Css Color HEX #3916AD Persian Indigo

📋 copy color: '#3916AD'

red 57 ◦ green 22 ◦ blue 173

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

Shades of Persian Indigo #3916AD

Tints of Persian Indigo #3916AD

RGB

 RED value IS 57 (22.66% from 255) = 22.62%

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

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 22.62%
G = 8.73%
B = 68.65%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3916AD (or 0x3916AD) is known color: Persian Indigo. HEX triplet: 39, 16 and AD. RGB value is (57,22,173). Sum of RGB (Red+Green+Blue) = 57+22+173=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #3916AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3916AD is #C6E952. Grayscale: #313131. Windows color (decimal): -13035859 or 11343417. OLE color: 11343417.

HSL color Cylindrical-coordinate representation of color #3916AD: hue angle of 253.91º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3916AD is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 22 173 -
CMYK 0.67 0.87 0 0.32
HSL 253.91º 0.77% 0.38% -
HSV(B) 253.91º 0.87% 0.68% -
XYZ 9.52 4.46 39.89 -
YUV 49.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 57 22 173 0.67 0.87 0 0.32 253.91 0.77 0.38
Hex 39 16 AD 43 57 0 20 FE 4D 26
Octal 71 26 255 103 127 0 40 376 115 46
Binary 111001 10110 10101101 1000011 1010111 0 100000 11111110 1001101 100110

Color Harmonies of #3916AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3916AD

Black with #3916AD

Text Example


Text Example

White with #3916AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3916AD; }

 p { color: rgb(57,22,173); }

 H1.HeaderClassName
 {
   color: #3916AD;
 }
 .AnyTagClassName
 {
   color: #3916AD;
 }
</style>

background-color css

<style>
 a { background-color: #3916AD; }

 a { background-color: rgb(57,22,173); }

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

border-color css

<style>
 span { border-color: #3916AD; }

 span { border-color: rgb(57,22,173); }

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