Html Css Color HEX #390881 Persian Indigo

📋 copy color: '#390881'

red 57 ◦ green 8 ◦ blue 129

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

Shades of Persian Indigo #390881

Tints of Persian Indigo #390881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.49%

R = 29.38%
G = 4.12%
B = 66.49%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390881 (or 0x390881) is known color: Persian Indigo. HEX triplet: 39, 08 and 81. RGB value is (57,8,129). Sum of RGB (Red+Green+Blue) = 57+8+129=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #390881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390881 is #C6F77E. Grayscale: #242424. Windows color (decimal): -13039487 or 8456249. OLE color: 8456249.

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

Color convert

RGB 57 8 129 -
CMYK 0.56 0.94 0 0.49
HSL 264.3º 0.88% 0.27% -
HSV(B) 264.3º 0.94% 0.51% -
XYZ 5.74 2.63 20.97 -
YUV 36.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 57 8 129 0.56 0.94 0 0.49 264.3 0.88 0.27
Hex 39 8 81 38 5E 0 31 108 58 1B
Octal 71 10 201 70 136 0 61 410 130 33
Binary 111001 1000 10000001 111000 1011110 0 110001 100001000 1011000 11011

Color Harmonies of #390881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390881

Black with #390881

Text Example


Text Example

White with #390881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390881; }

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

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

background-color css

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

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

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

border-color css

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

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

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