Html Css Color HEX #390466 Persian Indigo

📋 copy color: '#390466'

red 57 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #390466

Tints of Persian Indigo #390466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 62.58%

R = 34.97%
G = 2.45%
B = 62.58%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#390466 (or 0x390466) is known color: Persian Indigo. HEX triplet: 39, 04 and 66. RGB value is (57,4,102). Sum of RGB (Red+Green+Blue) = 57+4+102=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #390466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390466 is #C6FB99. Grayscale: #1E1E1E. Windows color (decimal): -13040538 or 6685753. OLE color: 6685753.

HSL color Cylindrical-coordinate representation of color #390466: hue angle of 272.45º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390466 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 4 102 -
CMYK 0.44 0.96 0 0.6
HSL 272.45º 0.92% 0.21% -
HSV(B) 272.45º 0.96% 0.4% -
XYZ 4.13 1.92 12.72 -
YUV 31.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 57 4 102 0.44 0.96 0 0.6 272.45 0.92 0.21
Hex 39 4 66 2C 60 0 3C 110 5C 15
Octal 71 4 146 54 140 0 74 420 134 25
Binary 111001 100 1100110 101100 1100000 0 111100 100010000 1011100 10101

Color Harmonies of #390466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390466

Black with #390466

Text Example


Text Example

White with #390466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390466; }

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

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

background-color css

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

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

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

border-color css

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

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

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