Html Css Color HEX #390385 Persian Indigo

📋 copy color: '#390385'

red 57 ◦ green 3 ◦ blue 133

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

Shades of Persian Indigo #390385

Tints of Persian Indigo #390385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 68.91%

R = 29.53%
G = 1.55%
B = 68.91%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390385 (or 0x390385) is known color: Persian Indigo. HEX triplet: 39, 03 and 85. RGB value is (57,3,133). Sum of RGB (Red+Green+Blue) = 57+3+133=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #390385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390385 is #C6FC7A. Grayscale: #212121. Windows color (decimal): -13040763 or 8717113. OLE color: 8717113.

HSL color Cylindrical-coordinate representation of color #390385: hue angle of 264.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390385 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 3 133 -
CMYK 0.57 0.98 0 0.48
HSL 264.92º 0.96% 0.27% -
HSV(B) 264.92º 0.98% 0.52% -
XYZ 5.95 2.63 22.38 -
YUV 33.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 57 3 133 0.57 0.98 0 0.48 264.92 0.96 0.27
Hex 39 3 85 39 62 0 30 109 60 1B
Octal 71 3 205 71 142 0 60 411 140 33
Binary 111001 11 10000101 111001 1100010 0 110000 100001001 1100000 11011

Color Harmonies of #390385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390385

Black with #390385

Text Example


Text Example

White with #390385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390385; }

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

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

background-color css

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

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

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

border-color css

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

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

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