Html Css Color HEX #390583 Persian Indigo

📋 copy color: '#390583'

red 57 ◦ green 5 ◦ blue 131

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

Shades of Persian Indigo #390583

Tints of Persian Indigo #390583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 131 (51.56% from 255) = 67.88%

R = 29.53%
G = 2.59%
B = 67.88%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390583 (or 0x390583) is known color: Persian Indigo. HEX triplet: 39, 05 and 83. RGB value is (57,5,131). Sum of RGB (Red+Green+Blue) = 57+5+131=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #390583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390583 is #C6FA7C. Grayscale: #222222. Windows color (decimal): -13040253 or 8586553. OLE color: 8586553.

HSL color Cylindrical-coordinate representation of color #390583: hue angle of 264.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390583 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 5 131 -
CMYK 0.56 0.96 0 0.49
HSL 264.76º 0.93% 0.27% -
HSV(B) 264.76º 0.96% 0.51% -
XYZ 5.84 2.62 21.67 -
YUV 34.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 57 5 131 0.56 0.96 0 0.49 264.76 0.93 0.27
Hex 39 5 83 38 60 0 31 109 5D 1B
Octal 71 5 203 70 140 0 61 411 135 33
Binary 111001 101 10000011 111000 1100000 0 110001 100001001 1011101 11011

Color Harmonies of #390583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390583

Black with #390583

Text Example


Text Example

White with #390583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390583; }

 p { color: rgb(57,5,131); }

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

background-color css

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

 a { background-color: rgb(57,5,131); }

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

border-color css

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

 span { border-color: rgb(57,5,131); }

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