Html Css Color HEX #3914AC Persian Indigo

📋 copy color: '#3914AC'

red 57 ◦ green 20 ◦ blue 172

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

Shades of Persian Indigo #3914AC

Tints of Persian Indigo #3914AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 22.89%
G = 8.03%
B = 69.08%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3914AC (or 0x3914AC) is known color: Persian Indigo. HEX triplet: 39, 14 and AC. RGB value is (57,20,172). Sum of RGB (Red+Green+Blue) = 57+20+172=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #3914AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3914AC is #C6EB53. Grayscale: #2F2F2F. Windows color (decimal): -13036372 or 11277369. OLE color: 11277369.

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

Color convert

RGB 57 20 172 -
CMYK 0.67 0.88 0 0.33
HSL 254.61º 0.79% 0.38% -
HSV(B) 254.61º 0.88% 0.67% -
XYZ 9.38 4.35 39.37 -
YUV 48.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 57 20 172 0.67 0.88 0 0.33 254.61 0.79 0.38
Hex 39 14 AC 43 58 0 21 FF 4F 26
Octal 71 24 254 103 130 0 41 377 117 46
Binary 111001 10100 10101100 1000011 1011000 0 100001 11111111 1001111 100110

Color Harmonies of #3914AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3914AC

Black with #3914AC

Text Example


Text Example

White with #3914AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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