Html Css Color HEX #390DAB Persian Indigo

📋 copy color: '#390DAB'

red 57 ◦ green 13 ◦ blue 171

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

Shades of Persian Indigo #390DAB

Tints of Persian Indigo #390DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 23.65%
G = 5.39%
B = 70.95%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#390DAB (or 0x390DAB) is known color: Persian Indigo. HEX triplet: 39, 0D and AB. RGB value is (57,13,171). Sum of RGB (Red+Green+Blue) = 57+13+171=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #390DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390DAB is #C6F254. Grayscale: #2B2B2B. Windows color (decimal): -13038165 or 11210041. OLE color: 11210041.

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

Color convert

RGB 57 13 171 -
CMYK 0.67 0.92 0 0.33
HSL 256.71º 0.86% 0.36% -
HSV(B) 256.71º 0.92% 0.67% -
XYZ 9.18 4.1 38.84 -
YUV 44.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 57 13 171 0.67 0.92 0 0.33 256.71 0.86 0.36
Hex 39 D AB 43 5C 0 21 101 56 24
Octal 71 15 253 103 134 0 41 401 126 44
Binary 111001 1101 10101011 1000011 1011100 0 100001 100000001 1010110 100100

Color Harmonies of #390DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DAB

Black with #390DAB

Text Example


Text Example

White with #390DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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