Html Css Color HEX #3913AD Persian Indigo

📋 copy color: '#3913AD'

red 57 ◦ green 19 ◦ blue 173

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

Shades of Persian Indigo #3913AD

Tints of Persian Indigo #3913AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 22.89%
G = 7.63%
B = 69.48%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3913AD (or 0x3913AD) is known color: Persian Indigo. HEX triplet: 39, 13 and AD. RGB value is (57,19,173). Sum of RGB (Red+Green+Blue) = 57+19+173=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #3913AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3913AD is #C6EC52. Grayscale: #2F2F2F. Windows color (decimal): -13036627 or 11342649. OLE color: 11342649.

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

Color convert

RGB 57 19 173 -
CMYK 0.67 0.89 0 0.32
HSL 254.81º 0.8% 0.38% -
HSV(B) 254.81º 0.89% 0.68% -
XYZ 9.46 4.35 39.88 -
YUV 47.92 198.59 134.48 -
System Red Green Blue C M Y K H S L
Decimal 57 19 173 0.67 0.89 0 0.32 254.81 0.8 0.38
Hex 39 13 AD 43 59 0 20 FF 50 26
Octal 71 23 255 103 131 0 40 377 120 46
Binary 111001 10011 10101101 1000011 1011001 0 100000 11111111 1010000 100110

Color Harmonies of #3913AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3913AD

Black with #3913AD

Text Example


Text Example

White with #3913AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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