Html Css Color HEX #581CF9 Han Purple

📋 copy color: '#581CF9'

red 88 ◦ green 28 ◦ blue 249

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

Shades of Han Purple #581CF9

Tints of Han Purple #581CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

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

R = 24.11%
G = 7.67%
B = 68.22%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#581CF9 (or 0x581CF9) is known color: Han Purple. HEX triplet: 58, 1C and F9. RGB value is (88,28,249). Sum of RGB (Red+Green+Blue) = 88+28+249=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #581CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CF9 is #A7E306. Grayscale: #464646. Windows color (decimal): -11002631 or 16325720. OLE color: 16325720.

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

Color convert

RGB 88 28 249 -
CMYK 0.65 0.89 0 0.02
HSL 256.29º 0.95% 0.54% -
HSV(B) 256.29º 0.89% 0.98% -
XYZ 21.54 9.74 90.37 -
YUV 71.13 228.38 140.03 -
System Red Green Blue C M Y K H S L
Decimal 88 28 249 0.65 0.89 0 0.02 256.29 0.95 0.54
Hex 58 1C F9 41 59 0 2 100 5F 36
Octal 130 34 371 101 131 0 2 400 137 66
Binary 1011000 11100 11111001 1000001 1011001 0 10 100000000 1011111 110110

Color Harmonies of #581CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CF9

Black with #581CF9

Text Example


Text Example

White with #581CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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