Html Css Color HEX #581CF4 Han Purple

📋 copy color: '#581CF4'

red 88 ◦ green 28 ◦ blue 244

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

Shades of Han Purple #581CF4

Tints of Han Purple #581CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 67.78%

R = 24.44%
G = 7.78%
B = 67.78%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#581CF4 (or 0x581CF4) is known color: Han Purple. HEX triplet: 58, 1C and F4. RGB value is (88,28,244). Sum of RGB (Red+Green+Blue) = 88+28+244=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #581CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CF4 is #A7E30B. Grayscale: #454545. Windows color (decimal): -11002636 or 15998040. OLE color: 15998040.

HSL color Cylindrical-coordinate representation of color #581CF4: hue angle of 256.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581CF4 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 28 244 -
CMYK 0.64 0.89 0 0.04
HSL 256.67º 0.91% 0.53% -
HSV(B) 256.67º 0.89% 0.96% -
XYZ 20.77 9.44 86.31 -
YUV 70.56 225.88 140.44 -
System Red Green Blue C M Y K H S L
Decimal 88 28 244 0.64 0.89 0 0.04 256.67 0.91 0.53
Hex 58 1C F4 40 59 0 4 101 5B 35
Octal 130 34 364 100 131 0 4 401 133 65
Binary 1011000 11100 11110100 1000000 1011001 0 100 100000001 1011011 110101

Color Harmonies of #581CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CF4

Black with #581CF4

Text Example


Text Example

White with #581CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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