Html Css Color HEX #390DAD Persian Indigo

📋 copy color: '#390DAD'

red 57 ◦ green 13 ◦ blue 173

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

Shades of Persian Indigo #390DAD

Tints of Persian Indigo #390DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

 BLUE value IS 173 (67.97% from 255) = 71.19%

R = 23.46%
G = 5.35%
B = 71.19%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#390DAD (or 0x390DAD) is known color: Persian Indigo. HEX triplet: 39, 0D and AD. RGB value is (57,13,173). Sum of RGB (Red+Green+Blue) = 57+13+173=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #390DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390DAD is #C6F252. Grayscale: #2B2B2B. Windows color (decimal): -13038163 or 11341113. OLE color: 11341113.

HSL color Cylindrical-coordinate representation of color #390DAD: hue angle of 256.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390DAD is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 13 173 -
CMYK 0.67 0.92 0 0.32
HSL 256.5º 0.86% 0.36% -
HSV(B) 256.5º 0.92% 0.68% -
XYZ 9.37 4.17 39.85 -
YUV 44.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 57 13 173 0.67 0.92 0 0.32 256.5 0.86 0.36
Hex 39 D AD 43 5C 0 20 100 56 24
Octal 71 15 255 103 134 0 40 400 126 44
Binary 111001 1101 10101101 1000011 1011100 0 100000 100000000 1010110 100100

Color Harmonies of #390DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DAD

Black with #390DAD

Text Example


Text Example

White with #390DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,13,173); }

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

background-color css

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

 a { background-color: rgb(57,13,173); }

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

border-color css

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

 span { border-color: rgb(57,13,173); }

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