Html Css Color HEX #530CDD Han Purple

📋 copy color: '#530CDD'

red 83 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #530CDD

Tints of Han Purple #530CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

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

R = 26.27%
G = 3.8%
B = 69.94%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#530CDD (or 0x530CDD) is known color: Han Purple. HEX triplet: 53, 0C and DD. RGB value is (83,12,221). Sum of RGB (Red+Green+Blue) = 83+12+221=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #530CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CDD is #ACF322. Grayscale: #383838. Windows color (decimal): -11334435 or 14486611. OLE color: 14486611.

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

Color convert

RGB 83 12 221 -
CMYK 0.62 0.95 0 0.13
HSL 260.38º 0.9% 0.46% -
HSV(B) 260.38º 0.95% 0.87% -
XYZ 16.75 7.32 68.94 -
YUV 57.06 220.52 146.51 -
System Red Green Blue C M Y K H S L
Decimal 83 12 221 0.62 0.95 0 0.13 260.38 0.9 0.46
Hex 53 C DD 3E 5F 0 D 104 5A 2E
Octal 123 14 335 76 137 0 15 404 132 56
Binary 1010011 1100 11011101 111110 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #530CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CDD

Black with #530CDD

Text Example


Text Example

White with #530CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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