Html Css Color HEX #501B95 Kingfisher Daisy

📋 copy color: '#501B95'

red 80 ◦ green 27 ◦ blue 149

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

Shades of Kingfisher Daisy #501B95

Tints of Kingfisher Daisy #501B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 31.25%
G = 10.55%
B = 58.2%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501B95 (or 0x501B95) is known color: Kingfisher Daisy. HEX triplet: 50, 1B and 95. RGB value is (80,27,149). Sum of RGB (Red+Green+Blue) = 80+27+149=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #501B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B95 is #AFE46A. Grayscale: #383838. Windows color (decimal): -11527275 or 9771856. OLE color: 9771856.

HSL color Cylindrical-coordinate representation of color #501B95: hue angle of 266.07º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501B95 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 27 149 -
CMYK 0.46 0.82 0 0.42
HSL 266.07º 0.69% 0.35% -
HSV(B) 266.07º 0.82% 0.58% -
XYZ 9.13 4.66 28.85 -
YUV 56.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 80 27 149 0.46 0.82 0 0.42 266.07 0.69 0.35
Hex 50 1B 95 2E 52 0 2A 10A 45 23
Octal 120 33 225 56 122 0 52 412 105 43
Binary 1010000 11011 10010101 101110 1010010 0 101010 100001010 1000101 100011

Color Harmonies of #501B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B95

Black with #501B95

Text Example


Text Example

White with #501B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,149); }

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

background-color css

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

 a { background-color: rgb(80,27,149); }

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

border-color css

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

 span { border-color: rgb(80,27,149); }

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