Html Css Color HEX #581DFC Han Purple

📋 copy color: '#581DFC'

red 88 ◦ green 29 ◦ blue 252

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

Shades of Han Purple #581DFC

Tints of Han Purple #581DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

 BLUE value IS 252 (98.83% from 255) = 68.29%

R = 23.85%
G = 7.86%
B = 68.29%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#581DFC (or 0x581DFC) is known color: Han Purple. HEX triplet: 58, 1D and FC. RGB value is (88,29,252). Sum of RGB (Red+Green+Blue) = 88+29+252=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #581DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581DFC is #A7E203. Grayscale: #474747. Windows color (decimal): -11002372 or 16522584. OLE color: 16522584.

HSL color Cylindrical-coordinate representation of color #581DFC: hue angle of 255.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581DFC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 29 252 -
CMYK 0.65 0.88 0 0.01
HSL 255.87º 0.97% 0.55% -
HSV(B) 255.87º 0.88% 0.99% -
XYZ 22.03 9.98 92.86 -
YUV 72.06 229.55 139.37 -
System Red Green Blue C M Y K H S L
Decimal 88 29 252 0.65 0.88 0 0.01 255.87 0.97 0.55
Hex 58 1D FC 41 58 0 1 100 61 37
Octal 130 35 374 101 130 0 1 400 141 67
Binary 1011000 11101 11111100 1000001 1011000 0 1 100000000 1100001 110111

Color Harmonies of #581DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DFC

Black with #581DFC

Text Example


Text Example

White with #581DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,252); }

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

background-color css

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

 a { background-color: rgb(88,29,252); }

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

border-color css

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

 span { border-color: rgb(88,29,252); }

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