#5C30EE

Color #5C30EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5C30EE

Tints of Han Purple #5C30EE

Color information

#5C30EE (or 0x5C30EE) is unknown color: approx Han Purple. HEX triplet: 5C, 30 and EE. RGB value is (92,48,238). Sum of RGB (Red+Green+Blue) = 92+48+238=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C30EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C30EE is #A3CF11. Grayscale: #525252. Windows color (decimal): -10735378 or 15609948. OLE color: 15609948.

HSL color Cylindrical-coordinate representation of color #5C30EE: hue angle of 253.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C30EE is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9248238-
CMYK0.610.8000.07
HSL253.89º84.82%56.08%-
HSV(B)253.89º79.83%93.33%-
XYZ20.910.5681.83-
YUV82.82215.58134.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.34%
GREEN value IS 48 (19.14% from 255) = 12.70%
BLUE value IS 238 (93.36% from 255) = 62.96%
R=24.34%
G=12.70%
B=62.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92482380.610.8000.07253.8984.8256.08
Hex5C30EE3D5007fe5538
Octal13460356751200737612570
Binary10111001100001110111011110110100000111111111101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C30EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C30EE; }

 p { color: rgb(92,48,238); }

 H1.HeaderClassName
 {
   color: #5C30EE;
 }
 .AnyTagClassName
 {
   color: #5C30EE;
 }
</style>
background-color css

<style>
 a { background-color: #5C30EE; }

 a { background-color: rgb(92,48,238); }

 div.DivClassName
 {
   background-color: #5C30EE;
 }
 .BgClassName
 {
   background-color: #5C30EE;
 }
</style>
border-color css

<style>
 span { border-color: #5C30EE; }

 span { border-color: rgb(92,48,238); }

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