Html Css Color HEX #390366 Persian Indigo

📋 copy color: '#390366'

red 57 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #390366

Tints of Persian Indigo #390366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 35.19%
G = 1.85%
B = 62.96%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#390366 (or 0x390366) is known color: Persian Indigo. HEX triplet: 39, 03 and 66. RGB value is (57,3,102). Sum of RGB (Red+Green+Blue) = 57+3+102=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #390366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390366 is #C6FC99. Grayscale: #1E1E1E. Windows color (decimal): -13040794 or 6685497. OLE color: 6685497.

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

Color convert

RGB 57 3 102 -
CMYK 0.44 0.97 0 0.6
HSL 272.73º 0.94% 0.21% -
HSV(B) 272.73º 0.97% 0.4% -
XYZ 4.12 1.89 12.72 -
YUV 30.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 57 3 102 0.44 0.97 0 0.6 272.73 0.94 0.21
Hex 39 3 66 2C 61 0 3C 111 5E 15
Octal 71 3 146 54 141 0 74 421 136 25
Binary 111001 11 1100110 101100 1100001 0 111100 100010001 1011110 10101

Color Harmonies of #390366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390366

Black with #390366

Text Example


Text Example

White with #390366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390366; }

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

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

background-color css

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

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

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

border-color css

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

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

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