Html Css Color HEX #551AEF Han Purple

📋 copy color: '#551AEF'

red 85 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #551AEF

Tints of Han Purple #551AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 24.29%
G = 7.43%
B = 68.29%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#551AEF (or 0x551AEF) is known color: Han Purple. HEX triplet: 55, 1A and EF. RGB value is (85,26,239). Sum of RGB (Red+Green+Blue) = 85+26+239=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #551AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551AEF is #AAE510. Grayscale: #434343. Windows color (decimal): -11199761 or 15669845. OLE color: 15669845.

HSL color Cylindrical-coordinate representation of color #551AEF: hue angle of 256.62º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551AEF is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 26 239 -
CMYK 0.64 0.89 0 0.06
HSL 256.62º 0.87% 0.52% -
HSV(B) 256.62º 0.89% 0.94% -
XYZ 19.7 8.9 82.34 -
YUV 67.92 224.55 140.18 -
System Red Green Blue C M Y K H S L
Decimal 85 26 239 0.64 0.89 0 0.06 256.62 0.87 0.52
Hex 55 1A EF 40 59 0 6 101 57 34
Octal 125 32 357 100 131 0 6 401 127 64
Binary 1010101 11010 11101111 1000000 1011001 0 110 100000001 1010111 110100

Color Harmonies of #551AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AEF

Black with #551AEF

Text Example


Text Example

White with #551AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551AEF; }

 p { color: rgb(85,26,239); }

 H1.HeaderClassName
 {
   color: #551AEF;
 }
 .AnyTagClassName
 {
   color: #551AEF;
 }
</style>

background-color css

<style>
 a { background-color: #551AEF; }

 a { background-color: rgb(85,26,239); }

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

border-color css

<style>
 span { border-color: #551AEF; }

 span { border-color: rgb(85,26,239); }

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