Html Css Color HEX #592DFA Han Purple

📋 copy color: '#592DFA'

red 89 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #592DFA

Tints of Han Purple #592DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

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

R = 23.18%
G = 11.72%
B = 65.1%

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

#592DFA (or 0x592DFA) is known color: Han Purple. HEX triplet: 59, 2D and FA. RGB value is (89,45,250). Sum of RGB (Red+Green+Blue) = 89+45+250=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #592DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DFA is #A6D205. Grayscale: #505050. Windows color (decimal): -10932742 or 16395609. OLE color: 16395609.

HSL color Cylindrical-coordinate representation of color #592DFA: hue angle of 252.88º 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 #592DFA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 45 250 -
CMYK 0.64 0.82 0 0.02
HSL 252.88º 0.95% 0.58% -
HSV(B) 252.88º 0.82% 0.98% -
XYZ 22.31 10.9 91.37 -
YUV 81.53 223.08 133.33 -
System Red Green Blue C M Y K H S L
Decimal 89 45 250 0.64 0.82 0 0.02 252.88 0.95 0.58
Hex 59 2D FA 40 52 0 2 FD 5F 3A
Octal 131 55 372 100 122 0 2 375 137 72
Binary 1011001 101101 11111010 1000000 1010010 0 10 11111101 1011111 111010

Color Harmonies of #592DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DFA

Black with #592DFA

Text Example


Text Example

White with #592DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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