Html Css Color HEX #530FDD Han Purple

📋 copy color: '#530FDD'

red 83 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #530FDD

Tints of Han Purple #530FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 26.02%
G = 4.7%
B = 69.28%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530FDD (or 0x530FDD) is known color: Han Purple. HEX triplet: 53, 0F and DD. RGB value is (83,15,221). Sum of RGB (Red+Green+Blue) = 83+15+221=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #530FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FDD is #ACF022. Grayscale: #3A3A3A. Windows color (decimal): -11333667 or 14487379. OLE color: 14487379.

HSL color Cylindrical-coordinate representation of color #530FDD: hue angle of 259.81º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530FDD is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 15 221 -
CMYK 0.62 0.93 0 0.13
HSL 259.81º 0.87% 0.46% -
HSV(B) 259.81º 0.93% 0.87% -
XYZ 16.79 7.4 68.95 -
YUV 58.82 219.53 145.25 -
System Red Green Blue C M Y K H S L
Decimal 83 15 221 0.62 0.93 0 0.13 259.81 0.87 0.46
Hex 53 F DD 3E 5D 0 D 104 57 2E
Octal 123 17 335 76 135 0 15 404 127 56
Binary 1010011 1111 11011101 111110 1011101 0 1101 100000100 1010111 101110

Color Harmonies of #530FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FDD

Black with #530FDD

Text Example


Text Example

White with #530FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530FDD; }

 p { color: rgb(83,15,221); }

 H1.HeaderClassName
 {
   color: #530FDD;
 }
 .AnyTagClassName
 {
   color: #530FDD;
 }
</style>

background-color css

<style>
 a { background-color: #530FDD; }

 a { background-color: rgb(83,15,221); }

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

border-color css

<style>
 span { border-color: #530FDD; }

 span { border-color: rgb(83,15,221); }

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