Html Css Color HEX #551FEA Han Purple

📋 copy color: '#551FEA'

red 85 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #551FEA

Tints of Han Purple #551FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 24.29%
G = 8.86%
B = 66.86%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#551FEA (or 0x551FEA) is known color: Han Purple. HEX triplet: 55, 1F and EA. RGB value is (85,31,234). Sum of RGB (Red+Green+Blue) = 85+31+234=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #551FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FEA is #AAE015. Grayscale: #454545. Windows color (decimal): -11198486 or 15343445. OLE color: 15343445.

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

Color convert

RGB 85 31 234 -
CMYK 0.64 0.87 0 0.08
HSL 255.96º 0.83% 0.52% -
HSV(B) 255.96º 0.87% 0.92% -
XYZ 19.09 8.85 78.54 -
YUV 70.29 220.39 138.49 -
System Red Green Blue C M Y K H S L
Decimal 85 31 234 0.64 0.87 0 0.08 255.96 0.83 0.52
Hex 55 1F EA 40 57 0 8 100 53 34
Octal 125 37 352 100 127 0 10 400 123 64
Binary 1010101 11111 11101010 1000000 1010111 0 1000 100000000 1010011 110100

Color Harmonies of #551FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FEA

Black with #551FEA

Text Example


Text Example

White with #551FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,234); }

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

background-color css

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

 a { background-color: rgb(85,31,234); }

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

border-color css

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

 span { border-color: rgb(85,31,234); }

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