Html Css Color HEX #581AEC Han Purple

📋 copy color: '#581AEC'

red 88 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #581AEC

Tints of Han Purple #581AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 25.14%
G = 7.43%
B = 67.43%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#581AEC (or 0x581AEC) is known color: Han Purple. HEX triplet: 58, 1A and EC. RGB value is (88,26,236). Sum of RGB (Red+Green+Blue) = 88+26+236=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #581AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AEC is #A7E513. Grayscale: #434343. Windows color (decimal): -11003156 or 15473240. OLE color: 15473240.

HSL color Cylindrical-coordinate representation of color #581AEC: hue angle of 257.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581AEC is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 26 236 -
CMYK 0.63 0.89 0 0.07
HSL 257.71º 0.85% 0.51% -
HSV(B) 257.71º 0.89% 0.93% -
XYZ 19.53 8.87 80.04 -
YUV 68.48 222.54 141.92 -
System Red Green Blue C M Y K H S L
Decimal 88 26 236 0.63 0.89 0 0.07 257.71 0.85 0.51
Hex 58 1A EC 3F 59 0 7 102 55 33
Octal 130 32 354 77 131 0 7 402 125 63
Binary 1011000 11010 11101100 111111 1011001 0 111 100000010 1010101 110011

Color Harmonies of #581AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AEC

Black with #581AEC

Text Example


Text Example

White with #581AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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