Html Css Color HEX #3915AA Persian Indigo

📋 copy color: '#3915AA'

red 57 ◦ green 21 ◦ blue 170

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

Shades of Persian Indigo #3915AA

Tints of Persian Indigo #3915AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 22.98%
G = 8.47%
B = 68.55%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3915AA (or 0x3915AA) is known color: Persian Indigo. HEX triplet: 39, 15 and AA. RGB value is (57,21,170). Sum of RGB (Red+Green+Blue) = 57+21+170=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3915AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3915AA is #C6EA55. Grayscale: #303030. Windows color (decimal): -13036118 or 11146553. OLE color: 11146553.

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

Color convert

RGB 57 21 170 -
CMYK 0.66 0.88 0 0.33
HSL 254.5º 0.78% 0.37% -
HSV(B) 254.5º 0.88% 0.67% -
XYZ 9.21 4.31 38.38 -
YUV 48.75 196.43 133.88 -
System Red Green Blue C M Y K H S L
Decimal 57 21 170 0.66 0.88 0 0.33 254.5 0.78 0.37
Hex 39 15 AA 42 58 0 21 FE 4E 25
Octal 71 25 252 102 130 0 41 376 116 45
Binary 111001 10101 10101010 1000010 1011000 0 100001 11111110 1001110 100101

Color Harmonies of #3915AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3915AA

Black with #3915AA

Text Example


Text Example

White with #3915AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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