Html Css Color HEX #390468 Persian Indigo

📋 copy color: '#390468'

red 57 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #390468

Tints of Persian Indigo #390468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 104 (41.02% from 255) = 63.03%

R = 34.55%
G = 2.42%
B = 63.03%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390468 (or 0x390468) is known color: Persian Indigo. HEX triplet: 39, 04 and 68. RGB value is (57,4,104). Sum of RGB (Red+Green+Blue) = 57+4+104=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #390468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390468 is #C6FB97. Grayscale: #1E1E1E. Windows color (decimal): -13040536 or 6816825. OLE color: 6816825.

HSL color Cylindrical-coordinate representation of color #390468: hue angle of 271.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390468 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 4 104 -
CMYK 0.45 0.96 0 0.59
HSL 271.8º 0.93% 0.21% -
HSV(B) 271.8º 0.96% 0.41% -
XYZ 4.23 1.96 13.25 -
YUV 31.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 57 4 104 0.45 0.96 0 0.59 271.8 0.93 0.21
Hex 39 4 68 2D 60 0 3B 110 5D 15
Octal 71 4 150 55 140 0 73 420 135 25
Binary 111001 100 1101000 101101 1100000 0 111011 100010000 1011101 10101

Color Harmonies of #390468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390468

Black with #390468

Text Example


Text Example

White with #390468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390468; }

 p { color: rgb(57,4,104); }

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

background-color css

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

 a { background-color: rgb(57,4,104); }

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

border-color css

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

 span { border-color: rgb(57,4,104); }

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