Html Css Color HEX #5C30EE Han Purple

📋 copy color: '#5C30EE'

red 92 ◦ green 48 ◦ blue 238

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

Shades of Han Purple #5C30EE

Tints of Han Purple #5C30EE

RGB

 RED value IS 92 (36.33% from 255) = 24.34%

 GREEN value IS 48 (19.14% from 255) = 12.7%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 24.34%
G = 12.7%
B = 62.96%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5C30EE (or 0x5C30EE) is known color: 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

RGB 92 48 238 -
CMYK 0.61 0.80 0 0.07
HSL 253.89º 0.85% 0.56% -
HSV(B) 253.89º 0.8% 0.93% -
XYZ 20.9 10.56 81.83 -
YUV 82.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 92 48 238 0.61 0.80 0 0.07 253.89 0.85 0.56
Hex 5C 30 EE 3D 50 0 7 FE 55 38
Octal 134 60 356 75 120 0 7 376 125 70
Binary 1011100 110000 11101110 111101 1010000 0 111 11111110 1010101 111000

Color Harmonies of #5C30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C30EE

Black with #5C30EE

Text Example


Text Example

White with #5C30EE

Text Example


Text Example

HTML Codes & Css Web 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>