Html Css Color HEX #390B85 Persian Indigo

📋 copy color: '#390B85'

red 57 ◦ green 11 ◦ blue 133

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

Shades of Persian Indigo #390B85

Tints of Persian Indigo #390B85

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

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

R = 28.36%
G = 5.47%
B = 66.17%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390B85 (or 0x390B85) is known color: Persian Indigo. HEX triplet: 39, 0B and 85. RGB value is (57,11,133). Sum of RGB (Red+Green+Blue) = 57+11+133=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #390B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390B85 is #C6F47A. Grayscale: #262626. Windows color (decimal): -13038715 or 8719161. OLE color: 8719161.

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

Color convert

RGB 57 11 133 -
CMYK 0.57 0.92 0 0.48
HSL 262.62º 0.85% 0.28% -
HSV(B) 262.62º 0.92% 0.52% -
XYZ 6.04 2.8 22.41 -
YUV 38.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 57 11 133 0.57 0.92 0 0.48 262.62 0.85 0.28
Hex 39 B 85 39 5C 0 30 107 55 1C
Octal 71 13 205 71 134 0 60 407 125 34
Binary 111001 1011 10000101 111001 1011100 0 110000 100000111 1010101 11100

Color Harmonies of #390B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B85

Black with #390B85

Text Example


Text Example

White with #390B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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