Html Css Color HEX #531CED Han Purple

📋 copy color: '#531CED'

red 83 ◦ green 28 ◦ blue 237

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

Shades of Han Purple #531CED

Tints of Han Purple #531CED

RGB

 RED value IS 83 (32.81% from 255) = 23.85%

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

 BLUE value IS 237 (92.97% from 255) = 68.1%

R = 23.85%
G = 8.05%
B = 68.1%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#531CED (or 0x531CED) is known color: Han Purple. HEX triplet: 53, 1C and ED. RGB value is (83,28,237). Sum of RGB (Red+Green+Blue) = 83+28+237=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #531CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CED is #ACE312. Grayscale: #434343. Windows color (decimal): -11330323 or 15539283. OLE color: 15539283.

HSL color Cylindrical-coordinate representation of color #531CED: hue angle of 255.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531CED is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 28 237 -
CMYK 0.65 0.88 0 0.07
HSL 255.79º 0.85% 0.52% -
HSV(B) 255.79º 0.88% 0.93% -
XYZ 19.27 8.78 80.8 -
YUV 68.27 223.22 138.51 -
System Red Green Blue C M Y K H S L
Decimal 83 28 237 0.65 0.88 0 0.07 255.79 0.85 0.52
Hex 53 1C ED 41 58 0 7 100 55 34
Octal 123 34 355 101 130 0 7 400 125 64
Binary 1010011 11100 11101101 1000001 1011000 0 111 100000000 1010101 110100

Color Harmonies of #531CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CED

Black with #531CED

Text Example


Text Example

White with #531CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531CED; }

 p { color: rgb(83,28,237); }

 H1.HeaderClassName
 {
   color: #531CED;
 }
 .AnyTagClassName
 {
   color: #531CED;
 }
</style>

background-color css

<style>
 a { background-color: #531CED; }

 a { background-color: rgb(83,28,237); }

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

border-color css

<style>
 span { border-color: #531CED; }

 span { border-color: rgb(83,28,237); }

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