Html Css Color HEX #531BED Han Purple

📋 copy color: '#531BED'

red 83 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #531BED

Tints of Han Purple #531BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.78%

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

R = 23.92%
G = 7.78%
B = 68.3%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#531BED (or 0x531BED) is known color: Han Purple. HEX triplet: 53, 1B and ED. RGB value is (83,27,237). Sum of RGB (Red+Green+Blue) = 83+27+237=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #531BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531BED is #ACE412. Grayscale: #424242. Windows color (decimal): -11330579 or 15539027. OLE color: 15539027.

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

Color convert

RGB 83 27 237 -
CMYK 0.65 0.89 0 0.07
HSL 256º 0.85% 0.52% -
HSV(B) 256º 0.89% 0.93% -
XYZ 19.25 8.74 80.79 -
YUV 67.68 223.55 138.92 -
System Red Green Blue C M Y K H S L
Decimal 83 27 237 0.65 0.89 0 0.07 256 0.85 0.52
Hex 53 1B ED 41 59 0 7 100 55 34
Octal 123 33 355 101 131 0 7 400 125 64
Binary 1010011 11011 11101101 1000001 1011001 0 111 100000000 1010101 110100

Color Harmonies of #531BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BED

Black with #531BED

Text Example


Text Example

White with #531BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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