Html Css Color HEX #390DAE Persian Indigo

📋 copy color: '#390DAE'

red 57 ◦ green 13 ◦ blue 174

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

Shades of Persian Indigo #390DAE

Tints of Persian Indigo #390DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.31%

R = 23.36%
G = 5.33%
B = 71.31%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#390DAE (or 0x390DAE) is known color: Persian Indigo. HEX triplet: 39, 0D and AE. RGB value is (57,13,174). Sum of RGB (Red+Green+Blue) = 57+13+174=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #390DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390DAE is #C6F251. Grayscale: #2B2B2B. Windows color (decimal): -13038162 or 11406649. OLE color: 11406649.

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

Color convert

RGB 57 13 174 -
CMYK 0.67 0.93 0 0.32
HSL 256.4º 0.86% 0.37% -
HSV(B) 256.4º 0.93% 0.68% -
XYZ 9.47 4.21 40.36 -
YUV 44.51 201.08 136.91 -
System Red Green Blue C M Y K H S L
Decimal 57 13 174 0.67 0.93 0 0.32 256.4 0.86 0.37
Hex 39 D AE 43 5D 0 20 100 56 25
Octal 71 15 256 103 135 0 40 400 126 45
Binary 111001 1101 10101110 1000011 1011101 0 100000 100000000 1010110 100101

Color Harmonies of #390DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DAE

Black with #390DAE

Text Example


Text Example

White with #390DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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