Html Css Color HEX #390AAB Persian Indigo

📋 copy color: '#390AAB'

red 57 ◦ green 10 ◦ blue 171

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

Shades of Persian Indigo #390AAB

Tints of Persian Indigo #390AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

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

R = 23.95%
G = 4.2%
B = 71.85%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#390AAB (or 0x390AAB) is known color: Persian Indigo. HEX triplet: 39, 0A and AB. RGB value is (57,10,171). Sum of RGB (Red+Green+Blue) = 57+10+171=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #390AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390AAB is #C6F554. Grayscale: #292929. Windows color (decimal): -13038933 or 11209273. OLE color: 11209273.

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

Color convert

RGB 57 10 171 -
CMYK 0.67 0.94 0 0.33
HSL 257.52º 0.89% 0.35% -
HSV(B) 257.52º 0.94% 0.67% -
XYZ 9.15 4.03 38.82 -
YUV 42.41 200.57 138.41 -
System Red Green Blue C M Y K H S L
Decimal 57 10 171 0.67 0.94 0 0.33 257.52 0.89 0.35
Hex 39 A AB 43 5E 0 21 102 59 23
Octal 71 12 253 103 136 0 41 402 131 43
Binary 111001 1010 10101011 1000011 1011110 0 100001 100000010 1011001 100011

Color Harmonies of #390AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390AAB

Black with #390AAB

Text Example


Text Example

White with #390AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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