Html Css Color HEX #51278B Kingfisher Daisy

📋 copy color: '#51278B'

red 81 ◦ green 39 ◦ blue 139

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

Shades of Kingfisher Daisy #51278B

Tints of Kingfisher Daisy #51278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 31.27%
G = 15.06%
B = 53.67%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51278B (or 0x51278B) is known color: Kingfisher Daisy. HEX triplet: 51, 27 and 8B. RGB value is (81,39,139). Sum of RGB (Red+Green+Blue) = 81+39+139=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #51278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51278B is #AED874. Grayscale: #3E3E3E. Windows color (decimal): -11458677 or 9119569. OLE color: 9119569.

HSL color Cylindrical-coordinate representation of color #51278B: hue angle of 265.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51278B is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 39 139 -
CMYK 0.42 0.72 0 0.45
HSL 265.2º 0.56% 0.35% -
HSV(B) 265.2º 0.72% 0.55% -
XYZ 8.78 5.06 24.94 -
YUV 62.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 81 39 139 0.42 0.72 0 0.45 265.2 0.56 0.35
Hex 51 27 8B 2A 48 0 2D 109 38 23
Octal 121 47 213 52 110 0 55 411 70 43
Binary 1010001 100111 10001011 101010 1001000 0 101101 100001001 111000 100011

Color Harmonies of #51278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51278B

Black with #51278B

Text Example


Text Example

White with #51278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51278B; }

 p { color: rgb(81,39,139); }

 H1.HeaderClassName
 {
   color: #51278B;
 }
 .AnyTagClassName
 {
   color: #51278B;
 }
</style>

background-color css

<style>
 a { background-color: #51278B; }

 a { background-color: rgb(81,39,139); }

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

border-color css

<style>
 span { border-color: #51278B; }

 span { border-color: rgb(81,39,139); }

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