Html Css Color HEX #551EFA Han Purple

📋 copy color: '#551EFA'

red 85 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #551EFA

Tints of Han Purple #551EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 23.29%
G = 8.22%
B = 68.49%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#551EFA (or 0x551EFA) is known color: Han Purple. HEX triplet: 55, 1E and FA. RGB value is (85,30,250). Sum of RGB (Red+Green+Blue) = 85+30+250=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #551EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EFA is #AAE105. Grayscale: #464646. Windows color (decimal): -11198726 or 16391765. OLE color: 16391765.

HSL color Cylindrical-coordinate representation of color #551EFA: hue angle of 255º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551EFA is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 30 250 -
CMYK 0.66 0.88 0 0.02
HSL 255º 0.96% 0.55% -
HSV(B) 255º 0.88% 0.98% -
XYZ 21.47 9.76 91.2 -
YUV 71.53 228.72 137.61 -
System Red Green Blue C M Y K H S L
Decimal 85 30 250 0.66 0.88 0 0.02 255 0.96 0.55
Hex 55 1E FA 42 58 0 2 FF 60 37
Octal 125 36 372 102 130 0 2 377 140 67
Binary 1010101 11110 11111010 1000010 1011000 0 10 11111111 1100000 110111

Color Harmonies of #551EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EFA

Black with #551EFA

Text Example


Text Example

White with #551EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,250); }

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

background-color css

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

 a { background-color: rgb(85,30,250); }

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

border-color css

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

 span { border-color: rgb(85,30,250); }

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