Html Css Color HEX #51238D Kingfisher Daisy

📋 copy color: '#51238D'

red 81 ◦ green 35 ◦ blue 141

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

Shades of Kingfisher Daisy #51238D

Tints of Kingfisher Daisy #51238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 31.52%
G = 13.62%
B = 54.86%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51238D (or 0x51238D) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 8D. RGB value is (81,35,141). Sum of RGB (Red+Green+Blue) = 81+35+141=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #51238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51238D is #AEDC72. Grayscale: #3C3C3C. Windows color (decimal): -11459699 or 9249617. OLE color: 9249617.

HSL color Cylindrical-coordinate representation of color #51238D: hue angle of 266.04º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51238D is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 35 141 -
CMYK 0.43 0.75 0 0.45
HSL 266.04º 0.6% 0.35% -
HSV(B) 266.04º 0.75% 0.55% -
XYZ 8.8 4.87 25.68 -
YUV 60.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 81 35 141 0.43 0.75 0 0.45 266.04 0.6 0.35
Hex 51 23 8D 2B 4B 0 2D 10A 3C 23
Octal 121 43 215 53 113 0 55 412 74 43
Binary 1010001 100011 10001101 101011 1001011 0 101101 100001010 111100 100011

Color Harmonies of #51238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51238D

Black with #51238D

Text Example


Text Example

White with #51238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51238D; }

 p { color: rgb(81,35,141); }

 H1.HeaderClassName
 {
   color: #51238D;
 }
 .AnyTagClassName
 {
   color: #51238D;
 }
</style>

background-color css

<style>
 a { background-color: #51238D; }

 a { background-color: rgb(81,35,141); }

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

border-color css

<style>
 span { border-color: #51238D; }

 span { border-color: rgb(81,35,141); }

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