Html Css Color HEX #582FFC Han Purple

📋 copy color: '#582FFC'

red 88 ◦ green 47 ◦ blue 252

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

Shades of Han Purple #582FFC

Tints of Han Purple #582FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

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

R = 22.74%
G = 12.14%
B = 65.12%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#582FFC (or 0x582FFC) is known color: Han Purple. HEX triplet: 58, 2F and FC. RGB value is (88,47,252). Sum of RGB (Red+Green+Blue) = 88+47+252=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #582FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582FFC is #A7D003. Grayscale: #515151. Windows color (decimal): -10997764 or 16527192. OLE color: 16527192.

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

Color convert

RGB 88 47 252 -
CMYK 0.65 0.81 0 0.01
HSL 252º 0.97% 0.59% -
HSV(B) 252º 0.81% 0.99% -
XYZ 22.61 11.14 93.05 -
YUV 82.63 223.58 131.83 -
System Red Green Blue C M Y K H S L
Decimal 88 47 252 0.65 0.81 0 0.01 252 0.97 0.59
Hex 58 2F FC 41 51 0 1 FC 61 3B
Octal 130 57 374 101 121 0 1 374 141 73
Binary 1011000 101111 11111100 1000001 1010001 0 1 11111100 1100001 111011

Color Harmonies of #582FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FFC

Black with #582FFC

Text Example


Text Example

White with #582FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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