Html Css Color HEX #390888 Persian Indigo

📋 copy color: '#390888'

red 57 ◦ green 8 ◦ blue 136

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

Shades of Persian Indigo #390888

Tints of Persian Indigo #390888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 67.66%

R = 28.36%
G = 3.98%
B = 67.66%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390888 (or 0x390888) is known color: Persian Indigo. HEX triplet: 39, 08 and 88. RGB value is (57,8,136). Sum of RGB (Red+Green+Blue) = 57+8+136=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #390888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390888 is #C6F777. Grayscale: #242424. Windows color (decimal): -13039480 or 8915001. OLE color: 8915001.

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

Color convert

RGB 57 8 136 -
CMYK 0.58 0.94 0 0.47
HSL 262.97º 0.89% 0.28% -
HSV(B) 262.97º 0.94% 0.53% -
XYZ 6.22 2.82 23.51 -
YUV 37.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 57 8 136 0.58 0.94 0 0.47 262.97 0.89 0.28
Hex 39 8 88 3A 5E 0 2F 107 59 1C
Octal 71 10 210 72 136 0 57 407 131 34
Binary 111001 1000 10001000 111010 1011110 0 101111 100000111 1011001 11100

Color Harmonies of #390888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390888

Black with #390888

Text Example


Text Example

White with #390888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390888; }

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

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

background-color css

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

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

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

border-color css

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

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

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