Html Css Color HEX #3917AA Persian Indigo

📋 copy color: '#3917AA'

red 57 ◦ green 23 ◦ blue 170

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

Shades of Persian Indigo #3917AA

Tints of Persian Indigo #3917AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

 BLUE value IS 170 (66.8% from 255) = 68%

R = 22.8%
G = 9.2%
B = 68%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3917AA (or 0x3917AA) is known color: Persian Indigo. HEX triplet: 39, 17 and AA. RGB value is (57,23,170). Sum of RGB (Red+Green+Blue) = 57+23+170=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #3917AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3917AA is #C6E855. Grayscale: #313131. Windows color (decimal): -13035606 or 11147065. OLE color: 11147065.

HSL color Cylindrical-coordinate representation of color #3917AA: hue angle of 253.88º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3917AA is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 23 170 -
CMYK 0.66 0.86 0 0.33
HSL 253.88º 0.76% 0.38% -
HSV(B) 253.88º 0.86% 0.67% -
XYZ 9.25 4.38 38.39 -
YUV 49.92 195.76 133.05 -
System Red Green Blue C M Y K H S L
Decimal 57 23 170 0.66 0.86 0 0.33 253.88 0.76 0.38
Hex 39 17 AA 42 56 0 21 FE 4C 26
Octal 71 27 252 102 126 0 41 376 114 46
Binary 111001 10111 10101010 1000010 1010110 0 100001 11111110 1001100 100110

Color Harmonies of #3917AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3917AA

Black with #3917AA

Text Example


Text Example

White with #3917AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3917AA; }

 p { color: rgb(57,23,170); }

 H1.HeaderClassName
 {
   color: #3917AA;
 }
 .AnyTagClassName
 {
   color: #3917AA;
 }
</style>

background-color css

<style>
 a { background-color: #3917AA; }

 a { background-color: rgb(57,23,170); }

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

border-color css

<style>
 span { border-color: #3917AA; }

 span { border-color: rgb(57,23,170); }

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