Html Css Color HEX #390C8E Persian Indigo

📋 copy color: '#390C8E'

red 57 ◦ green 12 ◦ blue 142

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

Shades of Persian Indigo #390C8E

Tints of Persian Indigo #390C8E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.69%

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 27.01%
G = 5.69%
B = 67.3%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#390C8E (or 0x390C8E) is known color: Persian Indigo. HEX triplet: 39, 0C and 8E. RGB value is (57,12,142). Sum of RGB (Red+Green+Blue) = 57+12+142=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #390C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390C8E is #C6F371. Grayscale: #272727. Windows color (decimal): -13038450 or 9309241. OLE color: 9309241.

HSL color Cylindrical-coordinate representation of color #390C8E: hue angle of 260.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390C8E is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 12 142 -
CMYK 0.60 0.92 0 0.44
HSL 260.77º 0.84% 0.3% -
HSV(B) 260.77º 0.92% 0.56% -
XYZ 6.7 3.09 25.83 -
YUV 40.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 57 12 142 0.60 0.92 0 0.44 260.77 0.84 0.3
Hex 39 C 8E 3C 5C 0 2C 105 54 1E
Octal 71 14 216 74 134 0 54 405 124 36
Binary 111001 1100 10001110 111100 1011100 0 101100 100000101 1010100 11110

Color Harmonies of #390C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C8E

Black with #390C8E

Text Example


Text Example

White with #390C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390C8E; }

 p { color: rgb(57,12,142); }

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

background-color css

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

 a { background-color: rgb(57,12,142); }

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

border-color css

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

 span { border-color: rgb(57,12,142); }

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