Html Css Color HEX #390CAB Persian Indigo

📋 copy color: '#390CAB'

red 57 ◦ green 12 ◦ blue 171

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

Shades of Persian Indigo #390CAB

Tints of Persian Indigo #390CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.25%

R = 23.75%
G = 5%
B = 71.25%

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

#390CAB (or 0x390CAB) is known color: Persian Indigo. HEX triplet: 39, 0C and AB. RGB value is (57,12,171). Sum of RGB (Red+Green+Blue) = 57+12+171=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #390CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390CAB is #C6F354. Grayscale: #2A2A2A. Windows color (decimal): -13038421 or 11209785. OLE color: 11209785.

HSL color Cylindrical-coordinate representation of color #390CAB: hue angle of 256.98º 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 #390CAB is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 12 171 -
CMYK 0.67 0.93 0 0.33
HSL 256.98º 0.87% 0.36% -
HSV(B) 256.98º 0.93% 0.67% -
XYZ 9.17 4.07 38.83 -
YUV 43.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 57 12 171 0.67 0.93 0 0.33 256.98 0.87 0.36
Hex 39 C AB 43 5D 0 21 101 57 24
Octal 71 14 253 103 135 0 41 401 127 44
Binary 111001 1100 10101011 1000011 1011101 0 100001 100000001 1010111 100100

Color Harmonies of #390CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CAB

Black with #390CAB

Text Example


Text Example

White with #390CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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