Html Css Color HEX #51298E Kingfisher Daisy

📋 copy color: '#51298E'

red 81 ◦ green 41 ◦ blue 142

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

Shades of Kingfisher Daisy #51298E

Tints of Kingfisher Daisy #51298E

RGB

 RED value IS 81 (32.03% from 255) = 30.68%

 GREEN value IS 41 (16.41% from 255) = 15.53%

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 30.68%
G = 15.53%
B = 53.79%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51298E (or 0x51298E) is known color: Kingfisher Daisy. HEX triplet: 51, 29 and 8E. RGB value is (81,41,142). Sum of RGB (Red+Green+Blue) = 81+41+142=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #51298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51298E is #AED671. Grayscale: #404040. Windows color (decimal): -11458162 or 9316689. OLE color: 9316689.

HSL color Cylindrical-coordinate representation of color #51298E: hue angle of 263.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51298E is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 41 142 -
CMYK 0.43 0.71 0 0.44
HSL 263.76º 0.55% 0.36% -
HSV(B) 263.76º 0.71% 0.56% -
XYZ 9.07 5.29 26.13 -
YUV 64.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 81 41 142 0.43 0.71 0 0.44 263.76 0.55 0.36
Hex 51 29 8E 2B 47 0 2C 108 37 24
Octal 121 51 216 53 107 0 54 410 67 44
Binary 1010001 101001 10001110 101011 1000111 0 101100 100001000 110111 100100

Color Harmonies of #51298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51298E

Black with #51298E

Text Example


Text Example

White with #51298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51298E; }

 p { color: rgb(81,41,142); }

 H1.HeaderClassName
 {
   color: #51298E;
 }
 .AnyTagClassName
 {
   color: #51298E;
 }
</style>

background-color css

<style>
 a { background-color: #51298E; }

 a { background-color: rgb(81,41,142); }

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

border-color css

<style>
 span { border-color: #51298E; }

 span { border-color: rgb(81,41,142); }

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