Html Css Color HEX #390885 Persian Indigo

📋 copy color: '#390885'

red 57 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #390885

Tints of Persian Indigo #390885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 28.79%
G = 4.04%
B = 67.17%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390885 (or 0x390885) is known color: Persian Indigo. HEX triplet: 39, 08 and 85. RGB value is (57,8,133). Sum of RGB (Red+Green+Blue) = 57+8+133=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #390885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390885 is #C6F77A. Grayscale: #242424. Windows color (decimal): -13039483 or 8718393. OLE color: 8718393.

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

Color convert

RGB 57 8 133 -
CMYK 0.57 0.94 0 0.48
HSL 263.52º 0.89% 0.28% -
HSV(B) 263.52º 0.94% 0.52% -
XYZ 6.01 2.74 22.4 -
YUV 36.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 57 8 133 0.57 0.94 0 0.48 263.52 0.89 0.28
Hex 39 8 85 39 5E 0 30 108 59 1C
Octal 71 10 205 71 136 0 60 410 131 34
Binary 111001 1000 10000101 111001 1011110 0 110000 100001000 1011001 11100

Color Harmonies of #390885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390885

Black with #390885

Text Example


Text Example

White with #390885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390885; }

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

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

background-color css

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

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

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

border-color css

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

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

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