Html Css Color HEX #390BA7 Persian Indigo

📋 copy color: '#390BA7'

red 57 ◦ green 11 ◦ blue 167

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

Shades of Persian Indigo #390BA7

Tints of Persian Indigo #390BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 71.06%

R = 24.26%
G = 4.68%
B = 71.06%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#390BA7 (or 0x390BA7) is known color: Persian Indigo. HEX triplet: 39, 0B and A7. RGB value is (57,11,167). Sum of RGB (Red+Green+Blue) = 57+11+167=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #390BA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390BA7 is #C6F458. Grayscale: #292929. Windows color (decimal): -13038681 or 10947385. OLE color: 10947385.

HSL color Cylindrical-coordinate representation of color #390BA7: hue angle of 257.69º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390BA7 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 11 167 -
CMYK 0.66 0.93 0 0.35
HSL 257.69º 0.88% 0.35% -
HSV(B) 257.69º 0.93% 0.65% -
XYZ 8.78 3.9 36.85 -
YUV 42.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 57 11 167 0.66 0.93 0 0.35 257.69 0.88 0.35
Hex 39 B A7 42 5D 0 23 102 58 23
Octal 71 13 247 102 135 0 43 402 130 43
Binary 111001 1011 10100111 1000010 1011101 0 100011 100000010 1011000 100011

Color Harmonies of #390BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BA7

Black with #390BA7

Text Example


Text Example

White with #390BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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