Html Css Color HEX #581CEC Han Purple

📋 copy color: '#581CEC'

red 88 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #581CEC

Tints of Han Purple #581CEC

RGB

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

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

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

R = 25%
G = 7.95%
B = 67.05%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#581CEC (or 0x581CEC) is known color: Han Purple. HEX triplet: 58, 1C and EC. RGB value is (88,28,236). Sum of RGB (Red+Green+Blue) = 88+28+236=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #581CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CEC is #A7E313. Grayscale: #444444. Windows color (decimal): -11002644 or 15473752. OLE color: 15473752.

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

Color convert

RGB 88 28 236 -
CMYK 0.63 0.88 0 0.07
HSL 257.31º 0.85% 0.52% -
HSV(B) 257.31º 0.88% 0.93% -
XYZ 19.58 8.96 80.05 -
YUV 69.65 221.88 141.09 -
System Red Green Blue C M Y K H S L
Decimal 88 28 236 0.63 0.88 0 0.07 257.31 0.85 0.52
Hex 58 1C EC 3F 58 0 7 101 55 34
Octal 130 34 354 77 130 0 7 401 125 64
Binary 1011000 11100 11101100 111111 1011000 0 111 100000001 1010101 110100

Color Harmonies of #581CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CEC

Black with #581CEC

Text Example


Text Example

White with #581CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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