Html Css Color HEX #390272 Persian Indigo

📋 copy color: '#390272'

red 57 ◦ green 2 ◦ blue 114

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

Shades of Persian Indigo #390272

Tints of Persian Indigo #390272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 114 (44.92% from 255) = 65.9%

R = 32.95%
G = 1.16%
B = 65.9%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390272 (or 0x390272) is known color: Persian Indigo. HEX triplet: 39, 02 and 72. RGB value is (57,2,114). Sum of RGB (Red+Green+Blue) = 57+2+114=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #390272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390272 is #C6FD8D. Grayscale: #1E1E1E. Windows color (decimal): -13041038 or 7471673. OLE color: 7471673.

HSL color Cylindrical-coordinate representation of color #390272: hue angle of 269.46º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390272 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 2 114 -
CMYK 0.50 0.98 0 0.55
HSL 269.46º 0.97% 0.23% -
HSV(B) 269.46º 0.98% 0.45% -
XYZ 4.75 2.13 16.08 -
YUV 31.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 57 2 114 0.50 0.98 0 0.55 269.46 0.97 0.23
Hex 39 2 72 32 62 0 37 10D 61 17
Octal 71 2 162 62 142 0 67 415 141 27
Binary 111001 10 1110010 110010 1100010 0 110111 100001101 1100001 10111

Color Harmonies of #390272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390272

Black with #390272

Text Example


Text Example

White with #390272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390272; }

 p { color: rgb(57,2,114); }

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

background-color css

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

 a { background-color: rgb(57,2,114); }

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

border-color css

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

 span { border-color: rgb(57,2,114); }

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