Html Css Color HEX #320CEB Han Purple

📋 copy color: '#320CEB'

red 50 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #320CEB

Tints of Han Purple #320CEB

RGB

 RED value IS 50 (19.92% from 255) = 16.84%

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

 BLUE value IS 235 (92.19% from 255) = 79.12%

R = 16.84%
G = 4.04%
B = 79.12%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#320CEB (or 0x320CEB) is known color: Han Purple. HEX triplet: 32, 0C and EB. RGB value is (50,12,235). Sum of RGB (Red+Green+Blue) = 50+12+235=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #320CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CEB is #CDF314. Grayscale: #2F2F2F. Windows color (decimal): -13497109 or 15404082. OLE color: 15404082.

HSL color Cylindrical-coordinate representation of color #320CEB: hue angle of 250.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CEB is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 12 235 -
CMYK 0.79 0.95 0 0.08
HSL 250.22º 0.9% 0.48% -
HSV(B) 250.22º 0.95% 0.92% -
XYZ 16.44 6.94 79.07 -
YUV 48.78 233.09 128.87 -
System Red Green Blue C M Y K H S L
Decimal 50 12 235 0.79 0.95 0 0.08 250.22 0.9 0.48
Hex 32 C EB 4F 5F 0 8 FA 5A 30
Octal 62 14 353 117 137 0 10 372 132 60
Binary 110010 1100 11101011 1001111 1011111 0 1000 11111010 1011010 110000

Color Harmonies of #320CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320CEB

Black with #320CEB

Text Example


Text Example

White with #320CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320CEB; }

 p { color: rgb(50,12,235); }

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

background-color css

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

 a { background-color: rgb(50,12,235); }

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

border-color css

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

 span { border-color: rgb(50,12,235); }

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