Html Css Color HEX #501F90 Kingfisher Daisy

📋 copy color: '#501F90'

red 80 ◦ green 31 ◦ blue 144

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

Shades of Kingfisher Daisy #501F90

Tints of Kingfisher Daisy #501F90

RGB

 RED value IS 80 (31.64% from 255) = 31.37%

 GREEN value IS 31 (12.5% from 255) = 12.16%

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 31.37%
G = 12.16%
B = 56.47%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#501F90 (or 0x501F90) is known color: Kingfisher Daisy. HEX triplet: 50, 1F and 90. RGB value is (80,31,144). Sum of RGB (Red+Green+Blue) = 80+31+144=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #501F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F90 is #AFE06F. Grayscale: #3A3A3A. Windows color (decimal): -11526256 or 9445200. OLE color: 9445200.

HSL color Cylindrical-coordinate representation of color #501F90: hue angle of 266.02º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501F90 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 31 144 -
CMYK 0.44 0.78 0 0.44
HSL 266.02º 0.65% 0.34% -
HSV(B) 266.02º 0.78% 0.56% -
XYZ 8.83 4.7 26.83 -
YUV 58.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 80 31 144 0.44 0.78 0 0.44 266.02 0.65 0.34
Hex 50 1F 90 2C 4E 0 2C 10A 41 22
Octal 120 37 220 54 116 0 54 412 101 42
Binary 1010000 11111 10010000 101100 1001110 0 101100 100001010 1000001 100010

Color Harmonies of #501F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F90

Black with #501F90

Text Example


Text Example

White with #501F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F90; }

 p { color: rgb(80,31,144); }

 H1.HeaderClassName
 {
   color: #501F90;
 }
 .AnyTagClassName
 {
   color: #501F90;
 }
</style>

background-color css

<style>
 a { background-color: #501F90; }

 a { background-color: rgb(80,31,144); }

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

border-color css

<style>
 span { border-color: #501F90; }

 span { border-color: rgb(80,31,144); }

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