Html Css Color HEX #390985 Persian Indigo

📋 copy color: '#390985'

red 57 ◦ green 9 ◦ blue 133

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

Shades of Persian Indigo #390985

Tints of Persian Indigo #390985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

 BLUE value IS 133 (52.34% from 255) = 66.83%

R = 28.64%
G = 4.52%
B = 66.83%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390985 (or 0x390985) is known color: Persian Indigo. HEX triplet: 39, 09 and 85. RGB value is (57,9,133). Sum of RGB (Red+Green+Blue) = 57+9+133=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #390985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390985 is #C6F67A. Grayscale: #252525. Windows color (decimal): -13039227 or 8718649. OLE color: 8718649.

HSL color Cylindrical-coordinate representation of color #390985: hue angle of 263.23º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390985 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 9 133 -
CMYK 0.57 0.93 0 0.48
HSL 263.23º 0.87% 0.28% -
HSV(B) 263.23º 0.93% 0.52% -
XYZ 6.02 2.76 22.41 -
YUV 37.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 57 9 133 0.57 0.93 0 0.48 263.23 0.87 0.28
Hex 39 9 85 39 5D 0 30 107 57 1C
Octal 71 11 205 71 135 0 60 407 127 34
Binary 111001 1001 10000101 111001 1011101 0 110000 100000111 1010111 11100

Color Harmonies of #390985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390985

Black with #390985

Text Example


Text Example

White with #390985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390985; }

 p { color: rgb(57,9,133); }

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

background-color css

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

 a { background-color: rgb(57,9,133); }

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

border-color css

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

 span { border-color: rgb(57,9,133); }

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