Html Css Color HEX #5301DF Han Purple

📋 copy color: '#5301DF'

red 83 ◦ green 1 ◦ blue 223

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

Shades of Han Purple #5301DF

Tints of Han Purple #5301DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 27.04%
G = 0.33%
B = 72.64%

CMYK

 C value IS 0.63

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5301DF (or 0x5301DF) is known color: Han Purple. HEX triplet: 53, 01 and DF. RGB value is (83,1,223). Sum of RGB (Red+Green+Blue) = 83+1+223=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #5301DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301DF is #ACFE20. Grayscale: #323232. Windows color (decimal): -11337249 or 14614867. OLE color: 14614867.

HSL color Cylindrical-coordinate representation of color #5301DF: hue angle of 262.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301DF is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 1 223 -
CMYK 0.63 1.00 0 0.13
HSL 262.16º 0.99% 0.44% -
HSV(B) 262.16º 1% 0.87% -
XYZ 16.9 7.19 70.31 -
YUV 50.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 83 1 223 0.63 1.00 0 0.13 262.16 0.99 0.44
Hex 53 1 DF 3F 64 0 D 106 63 2C
Octal 123 1 337 77 144 0 15 406 143 54
Binary 1010011 1 11011111 111111 1100100 0 1101 100000110 1100011 101100

Color Harmonies of #5301DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5301DF

Black with #5301DF

Text Example


Text Example

White with #5301DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5301DF; }

 p { color: rgb(83,1,223); }

 H1.HeaderClassName
 {
   color: #5301DF;
 }
 .AnyTagClassName
 {
   color: #5301DF;
 }
</style>

background-color css

<style>
 a { background-color: #5301DF; }

 a { background-color: rgb(83,1,223); }

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

border-color css

<style>
 span { border-color: #5301DF; }

 span { border-color: rgb(83,1,223); }

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