Html Css Color HEX #391075 Persian Indigo

📋 copy color: '#391075'

red 57 ◦ green 16 ◦ blue 117

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

Shades of Persian Indigo #391075

Tints of Persian Indigo #391075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 30%
G = 8.42%
B = 61.58%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391075 (or 0x391075) is known color: Persian Indigo. HEX triplet: 39, 10 and 75. RGB value is (57,16,117). Sum of RGB (Red+Green+Blue) = 57+16+117=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #391075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391075 is #C6EF8A. Grayscale: #272727. Windows color (decimal): -13037451 or 7671865. OLE color: 7671865.

HSL color Cylindrical-coordinate representation of color #391075: hue angle of 264.36º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391075 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 16 117 -
CMYK 0.51 0.86 0 0.54
HSL 264.36º 0.76% 0.26% -
HSV(B) 264.36º 0.86% 0.46% -
XYZ 5.08 2.52 17.05 -
YUV 39.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 57 16 117 0.51 0.86 0 0.54 264.36 0.76 0.26
Hex 39 10 75 33 56 0 36 108 4C 1A
Octal 71 20 165 63 126 0 66 410 114 32
Binary 111001 10000 1110101 110011 1010110 0 110110 100001000 1001100 11010

Color Harmonies of #391075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391075

Black with #391075

Text Example


Text Example

White with #391075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391075; }

 p { color: rgb(57,16,117); }

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

background-color css

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

 a { background-color: rgb(57,16,117); }

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

border-color css

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

 span { border-color: rgb(57,16,117); }

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