Html Css Color HEX #592EFC Han Purple

📋 copy color: '#592EFC'

red 89 ◦ green 46 ◦ blue 252

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

Shades of Han Purple #592EFC

Tints of Han Purple #592EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.89%

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

R = 23%
G = 11.89%
B = 65.12%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#592EFC (or 0x592EFC) is known color: Han Purple. HEX triplet: 59, 2E and FC. RGB value is (89,46,252). Sum of RGB (Red+Green+Blue) = 89+46+252=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 46 (18.36% from 255 or 11.89% 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 #592EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592EFC is #A6D103. Grayscale: #515151. Windows color (decimal): -10932484 or 16526937. OLE color: 16526937.

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

Color convert

RGB 89 46 252 -
CMYK 0.65 0.82 0 0.01
HSL 252.52º 0.97% 0.58% -
HSV(B) 252.52º 0.82% 0.99% -
XYZ 22.67 11.11 93.04 -
YUV 82.34 223.75 132.75 -
System Red Green Blue C M Y K H S L
Decimal 89 46 252 0.65 0.82 0 0.01 252.52 0.97 0.58
Hex 59 2E FC 41 52 0 1 FD 61 3A
Octal 131 56 374 101 122 0 1 375 141 72
Binary 1011001 101110 11111100 1000001 1010010 0 1 11111101 1100001 111010

Color Harmonies of #592EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EFC

Black with #592EFC

Text Example


Text Example

White with #592EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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