Html Css Color HEX #582CF4 Han Purple

📋 copy color: '#582CF4'

red 88 ◦ green 44 ◦ blue 244

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

Shades of Han Purple #582CF4

Tints of Han Purple #582CF4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.7%

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

R = 23.4%
G = 11.7%
B = 64.89%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#582CF4 (or 0x582CF4) is known color: Han Purple. HEX triplet: 58, 2C and F4. RGB value is (88,44,244). Sum of RGB (Red+Green+Blue) = 88+44+244=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 244 (95.70% from 255 or 64.89% from 376); Max value from RGB is 244 - color contains mainly: blue. Hex color #582CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582CF4 is #A7D30B. Grayscale: #4F4F4F. Windows color (decimal): -10998540 or 16002136. OLE color: 16002136.

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

Color convert

RGB 88 44 244 -
CMYK 0.64 0.82 0 0.04
HSL 253.2º 0.9% 0.56% -
HSV(B) 253.2º 0.82% 0.96% -
XYZ 21.25 10.41 86.48 -
YUV 79.96 220.58 133.74 -
System Red Green Blue C M Y K H S L
Decimal 88 44 244 0.64 0.82 0 0.04 253.2 0.9 0.56
Hex 58 2C F4 40 52 0 4 FD 5A 38
Octal 130 54 364 100 122 0 4 375 132 70
Binary 1011000 101100 11110100 1000000 1010010 0 100 11111101 1011010 111000

Color Harmonies of #582CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CF4

Black with #582CF4

Text Example


Text Example

White with #582CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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