Html Css Color HEX #51268E Kingfisher Daisy

📋 copy color: '#51268E'

red 81 ◦ green 38 ◦ blue 142

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

Shades of Kingfisher Daisy #51268E

Tints of Kingfisher Daisy #51268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 31.03%
G = 14.56%
B = 54.41%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51268E (or 0x51268E) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 8E. RGB value is (81,38,142). Sum of RGB (Red+Green+Blue) = 81+38+142=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #51268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51268E is #AED971. Grayscale: #3E3E3E. Windows color (decimal): -11458930 or 9315921. OLE color: 9315921.

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

Color convert

RGB 81 38 142 -
CMYK 0.43 0.73 0 0.44
HSL 264.81º 0.58% 0.35% -
HSV(B) 264.81º 0.73% 0.56% -
XYZ 8.97 5.09 26.1 -
YUV 62.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 81 38 142 0.43 0.73 0 0.44 264.81 0.58 0.35
Hex 51 26 8E 2B 49 0 2C 109 3A 23
Octal 121 46 216 53 111 0 54 411 72 43
Binary 1010001 100110 10001110 101011 1001001 0 101100 100001001 111010 100011

Color Harmonies of #51268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51268E

Black with #51268E

Text Example


Text Example

White with #51268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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