Html Css Color HEX #3914AD Persian Indigo

📋 copy color: '#3914AD'

red 57 ◦ green 20 ◦ blue 173

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

Shades of Persian Indigo #3914AD

Tints of Persian Indigo #3914AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 22.8%
G = 8%
B = 69.2%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3914AD (or 0x3914AD) is known color: Persian Indigo. HEX triplet: 39, 14 and AD. RGB value is (57,20,173). Sum of RGB (Red+Green+Blue) = 57+20+173=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #3914AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3914AD is #C6EB52. Grayscale: #2F2F2F. Windows color (decimal): -13036371 or 11342905. OLE color: 11342905.

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

Color convert

RGB 57 20 173 -
CMYK 0.67 0.88 0 0.32
HSL 254.51º 0.79% 0.38% -
HSV(B) 254.51º 0.88% 0.68% -
XYZ 9.48 4.39 39.88 -
YUV 48.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 57 20 173 0.67 0.88 0 0.32 254.51 0.79 0.38
Hex 39 14 AD 43 58 0 20 FF 4F 26
Octal 71 24 255 103 130 0 40 377 117 46
Binary 111001 10100 10101101 1000011 1011000 0 100000 11111111 1001111 100110

Color Harmonies of #3914AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3914AD

Black with #3914AD

Text Example


Text Example

White with #3914AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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