Html Css Color HEX #390469 Persian Indigo

📋 copy color: '#390469'

red 57 ◦ green 4 ◦ blue 105

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

Shades of Persian Indigo #390469

Tints of Persian Indigo #390469

RGB

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

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

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

R = 34.34%
G = 2.41%
B = 63.25%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390469 (or 0x390469) is known color: Persian Indigo. HEX triplet: 39, 04 and 69. RGB value is (57,4,105). Sum of RGB (Red+Green+Blue) = 57+4+105=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #390469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390469 is #C6FB96. Grayscale: #1F1F1F. Windows color (decimal): -13040535 or 6882361. OLE color: 6882361.

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

Color convert

RGB 57 4 105 -
CMYK 0.46 0.96 0 0.59
HSL 271.49º 0.93% 0.21% -
HSV(B) 271.49º 0.96% 0.41% -
XYZ 4.28 1.98 13.52 -
YUV 31.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 57 4 105 0.46 0.96 0 0.59 271.49 0.93 0.21
Hex 39 4 69 2E 60 0 3B 10F 5D 15
Octal 71 4 151 56 140 0 73 417 135 25
Binary 111001 100 1101001 101110 1100000 0 111011 100001111 1011101 10101

Color Harmonies of #390469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390469

Black with #390469

Text Example


Text Example

White with #390469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390469; }

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

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

background-color css

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

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

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

border-color css

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

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

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