Html Css Color HEX #551CEF Han Purple

📋 copy color: '#551CEF'

red 85 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #551CEF

Tints of Han Purple #551CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.95%

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

R = 24.15%
G = 7.95%
B = 67.9%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#551CEF (or 0x551CEF) is known color: Han Purple. HEX triplet: 55, 1C and EF. RGB value is (85,28,239). Sum of RGB (Red+Green+Blue) = 85+28+239=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #551CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CEF is #AAE310. Grayscale: #444444. Windows color (decimal): -11199249 or 15670357. OLE color: 15670357.

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

Color convert

RGB 85 28 239 -
CMYK 0.64 0.88 0 0.06
HSL 256.21º 0.87% 0.52% -
HSV(B) 256.21º 0.88% 0.94% -
XYZ 19.74 8.99 82.36 -
YUV 69.1 223.88 139.34 -
System Red Green Blue C M Y K H S L
Decimal 85 28 239 0.64 0.88 0 0.06 256.21 0.87 0.52
Hex 55 1C EF 40 58 0 6 100 57 34
Octal 125 34 357 100 130 0 6 400 127 64
Binary 1010101 11100 11101111 1000000 1011000 0 110 100000000 1010111 110100

Color Harmonies of #551CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CEF

Black with #551CEF

Text Example


Text Example

White with #551CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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