Html Css Color HEX #581AFC Han Purple

📋 copy color: '#581AFC'

red 88 ◦ green 26 ◦ blue 252

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

Shades of Han Purple #581AFC

Tints of Han Purple #581AFC

RGB

 RED value IS 88 (34.77% from 255) = 24.04%

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 24.04%
G = 7.1%
B = 68.85%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#581AFC (or 0x581AFC) is known color: Han Purple. HEX triplet: 58, 1A and FC. RGB value is (88,26,252). Sum of RGB (Red+Green+Blue) = 88+26+252=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #581AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AFC is #A7E503. Grayscale: #454545. Windows color (decimal): -11003140 or 16521816. OLE color: 16521816.

HSL color Cylindrical-coordinate representation of color #581AFC: hue angle of 256.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581AFC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 26 252 -
CMYK 0.65 0.90 0 0.01
HSL 256.46º 0.97% 0.55% -
HSV(B) 256.46º 0.9% 0.99% -
XYZ 21.96 9.84 92.84 -
YUV 70.3 230.54 140.62 -
System Red Green Blue C M Y K H S L
Decimal 88 26 252 0.65 0.90 0 0.01 256.46 0.97 0.55
Hex 58 1A FC 41 5A 0 1 100 61 37
Octal 130 32 374 101 132 0 1 400 141 67
Binary 1011000 11010 11111100 1000001 1011010 0 1 100000000 1100001 110111

Color Harmonies of #581AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AFC

Black with #581AFC

Text Example


Text Example

White with #581AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581AFC; }

 p { color: rgb(88,26,252); }

 H1.HeaderClassName
 {
   color: #581AFC;
 }
 .AnyTagClassName
 {
   color: #581AFC;
 }
</style>

background-color css

<style>
 a { background-color: #581AFC; }

 a { background-color: rgb(88,26,252); }

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

border-color css

<style>
 span { border-color: #581AFC; }

 span { border-color: rgb(88,26,252); }

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