Html Css Color HEX #390C69 Persian Indigo

📋 copy color: '#390C69'

red 57 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #390C69

Tints of Persian Indigo #390C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 32.76%
G = 6.9%
B = 60.34%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390C69 (or 0x390C69) is known color: Persian Indigo. HEX triplet: 39, 0C and 69. RGB value is (57,12,105). Sum of RGB (Red+Green+Blue) = 57+12+105=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #390C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C69 is #C6F396. Grayscale: #232323. Windows color (decimal): -13038487 or 6884409. OLE color: 6884409.

HSL color Cylindrical-coordinate representation of color #390C69: hue angle of 269.03º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390C69 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 12 105 -
CMYK 0.46 0.89 0 0.59
HSL 269.03º 0.79% 0.23% -
HSV(B) 269.03º 0.89% 0.41% -
XYZ 4.37 2.15 13.55 -
YUV 36.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 57 12 105 0.46 0.89 0 0.59 269.03 0.79 0.23
Hex 39 C 69 2E 59 0 3B 10D 4F 17
Octal 71 14 151 56 131 0 73 415 117 27
Binary 111001 1100 1101001 101110 1011001 0 111011 100001101 1001111 10111

Color Harmonies of #390C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C69

Black with #390C69

Text Example


Text Example

White with #390C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,12,105); }

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

background-color css

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

 a { background-color: rgb(57,12,105); }

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

border-color css

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

 span { border-color: rgb(57,12,105); }

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