Html Css Color HEX #521CEF Han Purple

📋 copy color: '#521CEF'

red 82 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #521CEF

Tints of Han Purple #521CEF

RGB

 RED value IS 82 (32.42% from 255) = 23.5%

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 239 (93.75% from 255) = 68.48%

R = 23.5%
G = 8.02%
B = 68.48%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#521CEF (or 0x521CEF) is known color: Han Purple. HEX triplet: 52, 1C and EF. RGB value is (82,28,239). Sum of RGB (Red+Green+Blue) = 82+28+239=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #521CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CEF is #ADE310. Grayscale: #434343. Windows color (decimal): -11395857 or 15670354. OLE color: 15670354.

HSL color Cylindrical-coordinate representation of color #521CEF: hue angle of 255.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521CEF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 28 239 -
CMYK 0.66 0.88 0 0.06
HSL 255.36º 0.87% 0.52% -
HSV(B) 255.36º 0.88% 0.94% -
XYZ 19.47 8.86 82.34 -
YUV 68.2 224.39 137.84 -
System Red Green Blue C M Y K H S L
Decimal 82 28 239 0.66 0.88 0 0.06 255.36 0.87 0.52
Hex 52 1C EF 42 58 0 6 FF 57 34
Octal 122 34 357 102 130 0 6 377 127 64
Binary 1010010 11100 11101111 1000010 1011000 0 110 11111111 1010111 110100

Color Harmonies of #521CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CEF

Black with #521CEF

Text Example


Text Example

White with #521CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521CEF; }

 p { color: rgb(82,28,239); }

 H1.HeaderClassName
 {
   color: #521CEF;
 }
 .AnyTagClassName
 {
   color: #521CEF;
 }
</style>

background-color css

<style>
 a { background-color: #521CEF; }

 a { background-color: rgb(82,28,239); }

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

border-color css

<style>
 span { border-color: #521CEF; }

 span { border-color: rgb(82,28,239); }

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