Html Css Color HEX #581AFA Han Purple

📋 copy color: '#581AFA'

red 88 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #581AFA

Tints of Han Purple #581AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 24.18%
G = 7.14%
B = 68.68%

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

#581AFA (or 0x581AFA) is known color: Han Purple. HEX triplet: 58, 1A and FA. RGB value is (88,26,250). Sum of RGB (Red+Green+Blue) = 88+26+250=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #581AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AFA is #A7E505. Grayscale: #454545. Windows color (decimal): -11003142 or 16390744. OLE color: 16390744.

HSL color Cylindrical-coordinate representation of color #581AFA: hue angle of 256.61º degrees, saturation: 0.96, 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 #581AFA is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 26 250 -
CMYK 0.65 0.90 0 0.02
HSL 256.61º 0.96% 0.54% -
HSV(B) 256.61º 0.9% 0.98% -
XYZ 21.65 9.72 91.18 -
YUV 70.07 229.54 140.79 -
System Red Green Blue C M Y K H S L
Decimal 88 26 250 0.65 0.90 0 0.02 256.61 0.96 0.54
Hex 58 1A FA 41 5A 0 2 101 60 36
Octal 130 32 372 101 132 0 2 401 140 66
Binary 1011000 11010 11111010 1000001 1011010 0 10 100000001 1100000 110110

Color Harmonies of #581AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AFA

Black with #581AFA

Text Example


Text Example

White with #581AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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