Html Css Color HEX #390367 Persian Indigo

📋 copy color: '#390367'

red 57 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #390367

Tints of Persian Indigo #390367

RGB

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

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

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

R = 34.97%
G = 1.84%
B = 63.19%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390367 (or 0x390367) is known color: Persian Indigo. HEX triplet: 39, 03 and 67. RGB value is (57,3,103). Sum of RGB (Red+Green+Blue) = 57+3+103=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #390367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390367 is #C6FC98. Grayscale: #1E1E1E. Windows color (decimal): -13040793 or 6751033. OLE color: 6751033.

HSL color Cylindrical-coordinate representation of color #390367: hue angle of 272.4º 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 #390367 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 3 103 -
CMYK 0.45 0.97 0 0.60
HSL 272.4º 0.94% 0.21% -
HSV(B) 272.4º 0.97% 0.4% -
XYZ 4.17 1.91 12.98 -
YUV 30.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 57 3 103 0.45 0.97 0 0.60 272.4 0.94 0.21
Hex 39 3 67 2D 61 0 3C 110 5E 15
Octal 71 3 147 55 141 0 74 420 136 25
Binary 111001 11 1100111 101101 1100001 0 111100 100010000 1011110 10101

Color Harmonies of #390367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390367

Black with #390367

Text Example


Text Example

White with #390367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390367; }

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

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

background-color css

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

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

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

border-color css

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

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

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