Html Css Color HEX #51268B Kingfisher Daisy

📋 copy color: '#51268B'

red 81 ◦ green 38 ◦ blue 139

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

Shades of Kingfisher Daisy #51268B

Tints of Kingfisher Daisy #51268B

RGB

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

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

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

R = 31.4%
G = 14.73%
B = 53.88%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51268B (or 0x51268B) is known color: Kingfisher Daisy. HEX triplet: 51, 26 and 8B. RGB value is (81,38,139). Sum of RGB (Red+Green+Blue) = 81+38+139=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #51268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51268B is #AED974. Grayscale: #3E3E3E. Windows color (decimal): -11458933 or 9119313. OLE color: 9119313.

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

Color convert

RGB 81 38 139 -
CMYK 0.42 0.73 0 0.45
HSL 265.54º 0.57% 0.35% -
HSV(B) 265.54º 0.73% 0.55% -
XYZ 8.75 5 24.93 -
YUV 62.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 81 38 139 0.42 0.73 0 0.45 265.54 0.57 0.35
Hex 51 26 8B 2A 49 0 2D 10A 39 23
Octal 121 46 213 52 111 0 55 412 71 43
Binary 1010001 100110 10001011 101010 1001001 0 101101 100001010 111001 100011

Color Harmonies of #51268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51268B

Black with #51268B

Text Example


Text Example

White with #51268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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