Html Css Color HEX #390667 Persian Indigo

📋 copy color: '#390667'

red 57 ◦ green 6 ◦ blue 103

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

Shades of Persian Indigo #390667

Tints of Persian Indigo #390667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 62.05%

R = 34.34%
G = 3.61%
B = 62.05%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390667 (or 0x390667) is known color: Persian Indigo. HEX triplet: 39, 06 and 67. RGB value is (57,6,103). Sum of RGB (Red+Green+Blue) = 57+6+103=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #390667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390667 is #C6F998. Grayscale: #1F1F1F. Windows color (decimal): -13040025 or 6751801. OLE color: 6751801.

HSL color Cylindrical-coordinate representation of color #390667: hue angle of 271.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390667 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 6 103 -
CMYK 0.45 0.94 0 0.60
HSL 271.55º 0.89% 0.21% -
HSV(B) 271.55º 0.94% 0.4% -
XYZ 4.2 1.98 12.99 -
YUV 32.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 57 6 103 0.45 0.94 0 0.60 271.55 0.89 0.21
Hex 39 6 67 2D 5E 0 3C 110 59 15
Octal 71 6 147 55 136 0 74 420 131 25
Binary 111001 110 1100111 101101 1011110 0 111100 100010000 1011001 10101

Color Harmonies of #390667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390667

Black with #390667

Text Example


Text Example

White with #390667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390667; }

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

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

background-color css

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

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

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

border-color css

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

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

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