Html Css Color HEX #390FAE Persian Indigo

📋 copy color: '#390FAE'

red 57 ◦ green 15 ◦ blue 174

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

Shades of Persian Indigo #390FAE

Tints of Persian Indigo #390FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 23.17%
G = 6.1%
B = 70.73%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#390FAE (or 0x390FAE) is known color: Persian Indigo. HEX triplet: 39, 0F and AE. RGB value is (57,15,174). Sum of RGB (Red+Green+Blue) = 57+15+174=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #390FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390FAE is #C6F051. Grayscale: #2D2D2D. Windows color (decimal): -13037650 or 11407161. OLE color: 11407161.

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

Color convert

RGB 57 15 174 -
CMYK 0.67 0.91 0 0.32
HSL 255.85º 0.84% 0.37% -
HSV(B) 255.85º 0.91% 0.68% -
XYZ 9.5 4.27 40.37 -
YUV 45.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 57 15 174 0.67 0.91 0 0.32 255.85 0.84 0.37
Hex 39 F AE 43 5B 0 20 100 54 25
Octal 71 17 256 103 133 0 40 400 124 45
Binary 111001 1111 10101110 1000011 1011011 0 100000 100000000 1010100 100101

Color Harmonies of #390FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FAE

Black with #390FAE

Text Example


Text Example

White with #390FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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