Html Css Color HEX #592EFA Han Purple

📋 copy color: '#592EFA'

red 89 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #592EFA

Tints of Han Purple #592EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 23.12%
G = 11.95%
B = 64.94%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#592EFA (or 0x592EFA) is known color: Han Purple. HEX triplet: 59, 2E and FA. RGB value is (89,46,250). Sum of RGB (Red+Green+Blue) = 89+46+250=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #592EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592EFA is #A6D105. Grayscale: #515151. Windows color (decimal): -10932486 or 16395865. OLE color: 16395865.

HSL color Cylindrical-coordinate representation of color #592EFA: hue angle of 252.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592EFA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 46 250 -
CMYK 0.64 0.82 0 0.02
HSL 252.65º 0.95% 0.58% -
HSV(B) 252.65º 0.82% 0.98% -
XYZ 22.35 10.98 91.38 -
YUV 82.11 222.75 132.91 -
System Red Green Blue C M Y K H S L
Decimal 89 46 250 0.64 0.82 0 0.02 252.65 0.95 0.58
Hex 59 2E FA 40 52 0 2 FD 5F 3A
Octal 131 56 372 100 122 0 2 375 137 72
Binary 1011001 101110 11111010 1000000 1010010 0 10 11111101 1011111 111010

Color Harmonies of #592EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EFA

Black with #592EFA

Text Example


Text Example

White with #592EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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