Html Css Color HEX #390CEC Han Purple

📋 copy color: '#390CEC'

red 57 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #390CEC

Tints of Han Purple #390CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 77.38%

R = 18.69%
G = 3.93%
B = 77.38%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#390CEC (or 0x390CEC) is known color: Han Purple. HEX triplet: 39, 0C and EC. RGB value is (57,12,236). Sum of RGB (Red+Green+Blue) = 57+12+236=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #390CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CEC is #C6F313. Grayscale: #323232. Windows color (decimal): -13038356 or 15469625. OLE color: 15469625.

HSL color Cylindrical-coordinate representation of color #390CEC: hue angle of 252.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CEC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 12 236 -
CMYK 0.76 0.95 0 0.07
HSL 252.05º 0.9% 0.49% -
HSV(B) 252.05º 0.95% 0.93% -
XYZ 16.96 7.19 79.85 -
YUV 50.99 232.41 132.29 -
System Red Green Blue C M Y K H S L
Decimal 57 12 236 0.76 0.95 0 0.07 252.05 0.9 0.49
Hex 39 C EC 4C 5F 0 7 FC 5A 31
Octal 71 14 354 114 137 0 7 374 132 61
Binary 111001 1100 11101100 1001100 1011111 0 111 11111100 1011010 110001

Color Harmonies of #390CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CEC

Black with #390CEC

Text Example


Text Example

White with #390CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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