Html Css Color HEX #550BFF Han Purple

📋 copy color: '#550BFF'

red 85 ◦ green 11 ◦ blue 255

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

Shades of Han Purple #550BFF

Tints of Han Purple #550BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.65%

R = 24.22%
G = 3.13%
B = 72.65%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#550BFF (or 0x550BFF) is known color: Han Purple. HEX triplet: 55, 0B and FF. RGB value is (85,11,255). Sum of RGB (Red+Green+Blue) = 85+11+255=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #550BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550BFF is #AAF400. Grayscale: #3C3C3C. Windows color (decimal): -11203585 or 16714581. OLE color: 16714581.

HSL color Cylindrical-coordinate representation of color #550BFF: hue angle of 258.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550BFF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 11 255 -
CMYK 0.67 0.96 0 0
HSL 258.2º 1% 0.52% -
HSV(B) 258.2º 0.96% 1% -
XYZ 21.92 9.39 95.27 -
YUV 60.94 237.52 145.16 -
System Red Green Blue C M Y K H S L
Decimal 85 11 255 0.67 0.96 0 0 258.2 1 0.52
Hex 55 B FF 43 60 0 0 102 64 34
Octal 125 13 377 103 140 0 0 402 144 64
Binary 1010101 1011 11111111 1000011 1100000 0 0 100000010 1100100 110100

Color Harmonies of #550BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BFF

Black with #550BFF

Text Example


Text Example

White with #550BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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