Html Css Color HEX #3911AD Persian Indigo

📋 copy color: '#3911AD'

red 57 ◦ green 17 ◦ blue 173

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

Shades of Persian Indigo #3911AD

Tints of Persian Indigo #3911AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

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

R = 23.08%
G = 6.88%
B = 70.04%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3911AD (or 0x3911AD) is known color: Persian Indigo. HEX triplet: 39, 11 and AD. RGB value is (57,17,173). Sum of RGB (Red+Green+Blue) = 57+17+173=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3911AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3911AD is #C6EE52. Grayscale: #2E2E2E. Windows color (decimal): -13037139 or 11342137. OLE color: 11342137.

HSL color Cylindrical-coordinate representation of color #3911AD: hue angle of 255.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3911AD is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 17 173 -
CMYK 0.67 0.90 0 0.32
HSL 255.38º 0.82% 0.37% -
HSV(B) 255.38º 0.9% 0.68% -
XYZ 9.43 4.29 39.87 -
YUV 46.74 199.25 135.32 -
System Red Green Blue C M Y K H S L
Decimal 57 17 173 0.67 0.90 0 0.32 255.38 0.82 0.37
Hex 39 11 AD 43 5A 0 20 FF 52 25
Octal 71 21 255 103 132 0 40 377 122 45
Binary 111001 10001 10101101 1000011 1011010 0 100000 11111111 1010010 100101

Color Harmonies of #3911AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3911AD

Black with #3911AD

Text Example


Text Example

White with #3911AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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