Html Css Color HEX #581AF9 Han Purple

📋 copy color: '#581AF9'

red 88 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #581AF9

Tints of Han Purple #581AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.6%

R = 24.24%
G = 7.16%
B = 68.6%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#581AF9 (or 0x581AF9) is known color: Han Purple. HEX triplet: 58, 1A and F9. RGB value is (88,26,249). Sum of RGB (Red+Green+Blue) = 88+26+249=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #581AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AF9 is #A7E506. Grayscale: #454545. Windows color (decimal): -11003143 or 16325208. OLE color: 16325208.

HSL color Cylindrical-coordinate representation of color #581AF9: hue angle of 256.68º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581AF9 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 26 249 -
CMYK 0.65 0.90 0 0.02
HSL 256.68º 0.95% 0.54% -
HSV(B) 256.68º 0.9% 0.98% -
XYZ 21.49 9.65 90.35 -
YUV 69.96 229.04 140.87 -
System Red Green Blue C M Y K H S L
Decimal 88 26 249 0.65 0.90 0 0.02 256.68 0.95 0.54
Hex 58 1A F9 41 5A 0 2 101 5F 36
Octal 130 32 371 101 132 0 2 401 137 66
Binary 1011000 11010 11111001 1000001 1011010 0 10 100000001 1011111 110110

Color Harmonies of #581AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AF9

Black with #581AF9

Text Example


Text Example

White with #581AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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