Html Css Color HEX #390569 Persian Indigo

📋 copy color: '#390569'

red 57 ◦ green 5 ◦ blue 105

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

Shades of Persian Indigo #390569

Tints of Persian Indigo #390569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.87%

R = 34.13%
G = 2.99%
B = 62.87%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390569 (or 0x390569) is known color: Persian Indigo. HEX triplet: 39, 05 and 69. RGB value is (57,5,105). Sum of RGB (Red+Green+Blue) = 57+5+105=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #390569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390569 is #C6FA96. Grayscale: #1F1F1F. Windows color (decimal): -13040279 or 6882617. OLE color: 6882617.

HSL color Cylindrical-coordinate representation of color #390569: hue angle of 271.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390569 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 5 105 -
CMYK 0.46 0.95 0 0.59
HSL 271.2º 0.91% 0.22% -
HSV(B) 271.2º 0.95% 0.41% -
XYZ 4.29 2 13.52 -
YUV 31.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 57 5 105 0.46 0.95 0 0.59 271.2 0.91 0.22
Hex 39 5 69 2E 5F 0 3B 10F 5B 16
Octal 71 5 151 56 137 0 73 417 133 26
Binary 111001 101 1101001 101110 1011111 0 111011 100001111 1011011 10110

Color Harmonies of #390569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390569

Black with #390569

Text Example


Text Example

White with #390569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390569; }

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

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

background-color css

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

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

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

border-color css

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

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

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