Html Css Color HEX #592AFC Han Purple

📋 copy color: '#592AFC'

red 89 ◦ green 42 ◦ blue 252

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

Shades of Han Purple #592AFC

Tints of Han Purple #592AFC

RGB

 RED value IS 89 (35.16% from 255) = 23.24%

 GREEN value IS 42 (16.8% from 255) = 10.97%

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

R = 23.24%
G = 10.97%
B = 65.8%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#592AFC (or 0x592AFC) is known color: Han Purple. HEX triplet: 59, 2A and FC. RGB value is (89,42,252). Sum of RGB (Red+Green+Blue) = 89+42+252=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #592AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592AFC is #A6D503. Grayscale: #4F4F4F. Windows color (decimal): -10933508 or 16525913. OLE color: 16525913.

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

Color convert

RGB 89 42 252 -
CMYK 0.65 0.83 0 0.01
HSL 253.43º 0.97% 0.58% -
HSV(B) 253.43º 0.83% 0.99% -
XYZ 22.52 10.81 92.99 -
YUV 79.99 225.07 134.42 -
System Red Green Blue C M Y K H S L
Decimal 89 42 252 0.65 0.83 0 0.01 253.43 0.97 0.58
Hex 59 2A FC 41 53 0 1 FD 61 3A
Octal 131 52 374 101 123 0 1 375 141 72
Binary 1011001 101010 11111100 1000001 1010011 0 1 11111101 1100001 111010

Color Harmonies of #592AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AFC

Black with #592AFC

Text Example


Text Example

White with #592AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592AFC; }

 p { color: rgb(89,42,252); }

 H1.HeaderClassName
 {
   color: #592AFC;
 }
 .AnyTagClassName
 {
   color: #592AFC;
 }
</style>

background-color css

<style>
 a { background-color: #592AFC; }

 a { background-color: rgb(89,42,252); }

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

border-color css

<style>
 span { border-color: #592AFC; }

 span { border-color: rgb(89,42,252); }

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