Html Css Color HEX #551DFA Han Purple

📋 copy color: '#551DFA'

red 85 ◦ green 29 ◦ blue 250

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

Shades of Han Purple #551DFA

Tints of Han Purple #551DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.97%

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

R = 23.35%
G = 7.97%
B = 68.68%

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

#551DFA (or 0x551DFA) is known color: Han Purple. HEX triplet: 55, 1D and FA. RGB value is (85,29,250). Sum of RGB (Red+Green+Blue) = 85+29+250=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #551DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DFA is #AAE205. Grayscale: #464646. Windows color (decimal): -11198982 or 16391509. OLE color: 16391509.

HSL color Cylindrical-coordinate representation of color #551DFA: hue angle of 255.2º 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 #551DFA is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 29 250 -
CMYK 0.66 0.88 0 0.02
HSL 255.2º 0.96% 0.55% -
HSV(B) 255.2º 0.88% 0.98% -
XYZ 21.44 9.71 91.19 -
YUV 70.94 229.05 138.03 -
System Red Green Blue C M Y K H S L
Decimal 85 29 250 0.66 0.88 0 0.02 255.2 0.96 0.55
Hex 55 1D FA 42 58 0 2 FF 60 37
Octal 125 35 372 102 130 0 2 377 140 67
Binary 1010101 11101 11111010 1000010 1011000 0 10 11111111 1100000 110111

Color Harmonies of #551DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DFA

Black with #551DFA

Text Example


Text Example

White with #551DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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