Html Css Color HEX #581AFF Han Purple

📋 copy color: '#581AFF'

red 88 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #581AFF

Tints of Han Purple #581AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.11%

R = 23.85%
G = 7.05%
B = 69.11%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#581AFF (or 0x581AFF) is known color: Han Purple. HEX triplet: 58, 1A and FF. RGB value is (88,26,255). Sum of RGB (Red+Green+Blue) = 88+26+255=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #581AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AFF is #A7E500. Grayscale: #454545. Windows color (decimal): -11003137 or 16718424. OLE color: 16718424.

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

Color convert

RGB 88 26 255 -
CMYK 0.65 0.90 0 0
HSL 256.24º 1% 0.55% -
HSV(B) 256.24º 0.9% 1% -
XYZ 22.44 10.03 95.36 -
YUV 70.64 232.04 140.38 -
System Red Green Blue C M Y K H S L
Decimal 88 26 255 0.65 0.90 0 0 256.24 1 0.55
Hex 58 1A FF 41 5A 0 0 100 64 37
Octal 130 32 377 101 132 0 0 400 144 67
Binary 1011000 11010 11111111 1000001 1011010 0 0 100000000 1100100 110111

Color Harmonies of #581AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AFF

Black with #581AFF

Text Example


Text Example

White with #581AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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