Html Css Color HEX #3715AA Persian Indigo

📋 copy color: '#3715AA'

red 55 ◦ green 21 ◦ blue 170

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

Shades of Persian Indigo #3715AA

Tints of Persian Indigo #3715AA

RGB

 RED value IS 55 (21.88% from 255) = 22.36%

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

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

R = 22.36%
G = 8.54%
B = 69.11%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3715AA (or 0x3715AA) is known color: Persian Indigo. HEX triplet: 37, 15 and AA. RGB value is (55,21,170). Sum of RGB (Red+Green+Blue) = 55+21+170=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #3715AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715AA is #C8EA55. Grayscale: #2F2F2F. Windows color (decimal): -13167190 or 11146551. OLE color: 11146551.

HSL color Cylindrical-coordinate representation of color #3715AA: hue angle of 253.69º 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 #3715AA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 21 170 -
CMYK 0.68 0.88 0 0.33
HSL 253.69º 0.78% 0.37% -
HSV(B) 253.69º 0.88% 0.67% -
XYZ 9.1 4.25 38.37 -
YUV 48.15 196.76 132.88 -
System Red Green Blue C M Y K H S L
Decimal 55 21 170 0.68 0.88 0 0.33 253.69 0.78 0.37
Hex 37 15 AA 44 58 0 21 FE 4E 25
Octal 67 25 252 104 130 0 41 376 116 45
Binary 110111 10101 10101010 1000100 1011000 0 100001 11111110 1001110 100101

Color Harmonies of #3715AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3715AA

Black with #3715AA

Text Example


Text Example

White with #3715AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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