Html Css Color HEX #3915AC Persian Indigo

📋 copy color: '#3915AC'

red 57 ◦ green 21 ◦ blue 172

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

Shades of Persian Indigo #3915AC

Tints of Persian Indigo #3915AC

RGB

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

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

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

R = 22.8%
G = 8.4%
B = 68.8%

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

#3915AC (or 0x3915AC) is known color: Persian Indigo. HEX triplet: 39, 15 and AC. RGB value is (57,21,172). Sum of RGB (Red+Green+Blue) = 57+21+172=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #3915AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3915AC is #C6EA53. Grayscale: #303030. Windows color (decimal): -13036116 or 11277625. OLE color: 11277625.

HSL color Cylindrical-coordinate representation of color #3915AC: hue angle of 254.3º degrees, saturation: 0.78, 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 #3915AC is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 21 172 -
CMYK 0.67 0.88 0 0.33
HSL 254.3º 0.78% 0.38% -
HSV(B) 254.3º 0.88% 0.67% -
XYZ 9.4 4.38 39.38 -
YUV 48.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 57 21 172 0.67 0.88 0 0.33 254.3 0.78 0.38
Hex 39 15 AC 43 58 0 21 FE 4E 26
Octal 71 25 254 103 130 0 41 376 116 46
Binary 111001 10101 10101100 1000011 1011000 0 100001 11111110 1001110 100110

Color Harmonies of #3915AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3915AC

Black with #3915AC

Text Example


Text Example

White with #3915AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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