Html Css Color HEX #390F7A Persian Indigo

📋 copy color: '#390F7A'

red 57 ◦ green 15 ◦ blue 122

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

Shades of Persian Indigo #390F7A

Tints of Persian Indigo #390F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.89%

R = 29.38%
G = 7.73%
B = 62.89%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#390F7A (or 0x390F7A) is known color: Persian Indigo. HEX triplet: 39, 0F and 7A. RGB value is (57,15,122). Sum of RGB (Red+Green+Blue) = 57+15+122=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #390F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F7A is #C6F085. Grayscale: #272727. Windows color (decimal): -13037702 or 7999289. OLE color: 7999289.

HSL color Cylindrical-coordinate representation of color #390F7A: hue angle of 263.55º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390F7A is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 15 122 -
CMYK 0.53 0.88 0 0.52
HSL 263.55º 0.78% 0.27% -
HSV(B) 263.55º 0.88% 0.48% -
XYZ 5.37 2.62 18.63 -
YUV 39.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 57 15 122 0.53 0.88 0 0.52 263.55 0.78 0.27
Hex 39 F 7A 35 58 0 34 108 4E 1B
Octal 71 17 172 65 130 0 64 410 116 33
Binary 111001 1111 1111010 110101 1011000 0 110100 100001000 1001110 11011

Color Harmonies of #390F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F7A

Black with #390F7A

Text Example


Text Example

White with #390F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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