Html Css Color HEX #390BA5 Persian Indigo

📋 copy color: '#390BA5'

red 57 ◦ green 11 ◦ blue 165

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

Shades of Persian Indigo #390BA5

Tints of Persian Indigo #390BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 70.82%

R = 24.46%
G = 4.72%
B = 70.82%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#390BA5 (or 0x390BA5) is known color: Persian Indigo. HEX triplet: 39, 0B and A5. RGB value is (57,11,165). Sum of RGB (Red+Green+Blue) = 57+11+165=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #390BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390BA5 is #C6F45A. Grayscale: #292929. Windows color (decimal): -13038683 or 10816313. OLE color: 10816313.

HSL color Cylindrical-coordinate representation of color #390BA5: hue angle of 257.92º 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 #390BA5 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 11 165 -
CMYK 0.65 0.93 0 0.35
HSL 257.92º 0.88% 0.35% -
HSV(B) 257.92º 0.93% 0.65% -
XYZ 8.6 3.83 35.88 -
YUV 42.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 57 11 165 0.65 0.93 0 0.35 257.92 0.88 0.35
Hex 39 B A5 41 5D 0 23 102 58 23
Octal 71 13 245 101 135 0 43 402 130 43
Binary 111001 1011 10100101 1000001 1011101 0 100011 100000010 1011000 100011

Color Harmonies of #390BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BA5

Black with #390BA5

Text Example


Text Example

White with #390BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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