Html Css Color HEX #390567 Persian Indigo

📋 copy color: '#390567'

red 57 ◦ green 5 ◦ blue 103

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

Shades of Persian Indigo #390567

Tints of Persian Indigo #390567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 34.55%
G = 3.03%
B = 62.42%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390567 (or 0x390567) is known color: Persian Indigo. HEX triplet: 39, 05 and 67. RGB value is (57,5,103). Sum of RGB (Red+Green+Blue) = 57+5+103=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #390567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390567 is #C6FA98. Grayscale: #1F1F1F. Windows color (decimal): -13040281 or 6751545. OLE color: 6751545.

HSL color Cylindrical-coordinate representation of color #390567: hue angle of 271.84º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390567 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 5 103 -
CMYK 0.45 0.95 0 0.60
HSL 271.84º 0.91% 0.21% -
HSV(B) 271.84º 0.95% 0.4% -
XYZ 4.19 1.96 12.99 -
YUV 31.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 57 5 103 0.45 0.95 0 0.60 271.84 0.91 0.21
Hex 39 5 67 2D 5F 0 3C 110 5B 15
Octal 71 5 147 55 137 0 74 420 133 25
Binary 111001 101 1100111 101101 1011111 0 111100 100010000 1011011 10101

Color Harmonies of #390567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390567

Black with #390567

Text Example


Text Example

White with #390567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390567; }

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

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

background-color css

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

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

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

border-color css

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

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

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