Html Css Color HEX #390CAC Persian Indigo

📋 copy color: '#390CAC'

red 57 ◦ green 12 ◦ blue 172

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

Shades of Persian Indigo #390CAC

Tints of Persian Indigo #390CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.37%

R = 23.65%
G = 4.98%
B = 71.37%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#390CAC (or 0x390CAC) is known color: Persian Indigo. HEX triplet: 39, 0C and AC. RGB value is (57,12,172). Sum of RGB (Red+Green+Blue) = 57+12+172=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #390CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390CAC is #C6F353. Grayscale: #2B2B2B. Windows color (decimal): -13038420 or 11275321. OLE color: 11275321.

HSL color Cylindrical-coordinate representation of color #390CAC: hue angle of 256.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390CAC is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 12 172 -
CMYK 0.67 0.93 0 0.33
HSL 256.88º 0.87% 0.36% -
HSV(B) 256.88º 0.93% 0.67% -
XYZ 9.27 4.11 39.33 -
YUV 43.7 200.41 137.49 -
System Red Green Blue C M Y K H S L
Decimal 57 12 172 0.67 0.93 0 0.33 256.88 0.87 0.36
Hex 39 C AC 43 5D 0 21 101 57 24
Octal 71 14 254 103 135 0 41 401 127 44
Binary 111001 1100 10101100 1000011 1011101 0 100001 100000001 1010111 100100

Color Harmonies of #390CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CAC

Black with #390CAC

Text Example


Text Example

White with #390CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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