Html Css Color HEX #550BF1 Han Purple

📋 copy color: '#550BF1'

red 85 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #550BF1

Tints of Han Purple #550BF1

RGB

 RED value IS 85 (33.59% from 255) = 25.22%

 GREEN value IS 11 (4.69% from 255) = 3.26%

 BLUE value IS 241 (94.53% from 255) = 71.51%

R = 25.22%
G = 3.26%
B = 71.51%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#550BF1 (or 0x550BF1) is known color: Han Purple. HEX triplet: 55, 0B and F1. RGB value is (85,11,241). Sum of RGB (Red+Green+Blue) = 85+11+241=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #550BF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BF1 is #AAF40E. Grayscale: #3A3A3A. Windows color (decimal): -11203599 or 15797077. OLE color: 15797077.

HSL color Cylindrical-coordinate representation of color #550BF1: hue angle of 259.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BF1 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 11 241 -
CMYK 0.65 0.95 0 0.05
HSL 259.3º 0.91% 0.49% -
HSV(B) 259.3º 0.95% 0.95% -
XYZ 19.74 8.52 83.82 -
YUV 59.35 230.52 146.3 -
System Red Green Blue C M Y K H S L
Decimal 85 11 241 0.65 0.95 0 0.05 259.3 0.91 0.49
Hex 55 B F1 41 5F 0 5 103 5B 31
Octal 125 13 361 101 137 0 5 403 133 61
Binary 1010101 1011 11110001 1000001 1011111 0 101 100000011 1011011 110001

Color Harmonies of #550BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BF1

Black with #550BF1

Text Example


Text Example

White with #550BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550BF1; }

 p { color: rgb(85,11,241); }

 H1.HeaderClassName
 {
   color: #550BF1;
 }
 .AnyTagClassName
 {
   color: #550BF1;
 }
</style>

background-color css

<style>
 a { background-color: #550BF1; }

 a { background-color: rgb(85,11,241); }

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

border-color css

<style>
 span { border-color: #550BF1; }

 span { border-color: rgb(85,11,241); }

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