Html Css Color HEX #390669 Persian Indigo

📋 copy color: '#390669'

red 57 ◦ green 6 ◦ blue 105

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

Shades of Persian Indigo #390669

Tints of Persian Indigo #390669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

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

R = 33.93%
G = 3.57%
B = 62.5%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390669 (or 0x390669) is known color: Persian Indigo. HEX triplet: 39, 06 and 69. RGB value is (57,6,105). Sum of RGB (Red+Green+Blue) = 57+6+105=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #390669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390669 is #C6F996. Grayscale: #202020. Windows color (decimal): -13040023 or 6882873. OLE color: 6882873.

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

Color convert

RGB 57 6 105 -
CMYK 0.46 0.94 0 0.59
HSL 270.91º 0.89% 0.22% -
HSV(B) 270.91º 0.94% 0.41% -
XYZ 4.3 2.02 13.53 -
YUV 32.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 57 6 105 0.46 0.94 0 0.59 270.91 0.89 0.22
Hex 39 6 69 2E 5E 0 3B 10F 59 16
Octal 71 6 151 56 136 0 73 417 131 26
Binary 111001 110 1101001 101110 1011110 0 111011 100001111 1011001 10110

Color Harmonies of #390669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390669

Black with #390669

Text Example


Text Example

White with #390669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390669; }

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

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

background-color css

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

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

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

border-color css

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

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

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