Html Css Color HEX #390F6D Persian Indigo

📋 copy color: '#390F6D'

red 57 ◦ green 15 ◦ blue 109

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

Shades of Persian Indigo #390F6D

Tints of Persian Indigo #390F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 31.49%
G = 8.29%
B = 60.22%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#390F6D (or 0x390F6D) is known color: Persian Indigo. HEX triplet: 39, 0F and 6D. RGB value is (57,15,109). Sum of RGB (Red+Green+Blue) = 57+15+109=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #390F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F6D is #C6F092. Grayscale: #252525. Windows color (decimal): -13037715 or 7147321. OLE color: 7147321.

HSL color Cylindrical-coordinate representation of color #390F6D: hue angle of 266.81º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390F6D is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 15 109 -
CMYK 0.48 0.86 0 0.57
HSL 266.81º 0.76% 0.24% -
HSV(B) 266.81º 0.86% 0.43% -
XYZ 4.62 2.32 14.67 -
YUV 38.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 57 15 109 0.48 0.86 0 0.57 266.81 0.76 0.24
Hex 39 F 6D 30 56 0 39 10B 4C 18
Octal 71 17 155 60 126 0 71 413 114 30
Binary 111001 1111 1101101 110000 1010110 0 111001 100001011 1001100 11000

Color Harmonies of #390F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F6D

Black with #390F6D

Text Example


Text Example

White with #390F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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