Html Css Color HEX #390467 Persian Indigo

📋 copy color: '#390467'

red 57 ◦ green 4 ◦ blue 103

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

Shades of Persian Indigo #390467

Tints of Persian Indigo #390467

RGB

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

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

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

R = 34.76%
G = 2.44%
B = 62.8%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390467 (or 0x390467) is known color: Persian Indigo. HEX triplet: 39, 04 and 67. RGB value is (57,4,103). Sum of RGB (Red+Green+Blue) = 57+4+103=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #390467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390467 is #C6FB98. Grayscale: #1E1E1E. Windows color (decimal): -13040537 or 6751289. OLE color: 6751289.

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

Color convert

RGB 57 4 103 -
CMYK 0.45 0.96 0 0.60
HSL 272.12º 0.93% 0.21% -
HSV(B) 272.12º 0.96% 0.4% -
XYZ 4.18 1.94 12.99 -
YUV 31.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 57 4 103 0.45 0.96 0 0.60 272.12 0.93 0.21
Hex 39 4 67 2D 60 0 3C 110 5D 15
Octal 71 4 147 55 140 0 74 420 135 25
Binary 111001 100 1100111 101101 1100000 0 111100 100010000 1011101 10101

Color Harmonies of #390467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390467

Black with #390467

Text Example


Text Example

White with #390467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390467; }

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

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

background-color css

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

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

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

border-color css

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

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

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