Html Css Color HEX #65288E Kingfisher Daisy

📋 copy color: '#65288E'

red 101 ◦ green 40 ◦ blue 142

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

Shades of Kingfisher Daisy #65288E

Tints of Kingfisher Daisy #65288E

RGB

 RED value IS 101 (39.84% from 255) = 35.69%

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 35.69%
G = 14.13%
B = 50.18%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65288E (or 0x65288E) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 8E. RGB value is (101,40,142). Sum of RGB (Red+Green+Blue) = 101+40+142=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #65288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65288E is #9AD771. Grayscale: #454545. Windows color (decimal): -10147698 or 9316453. OLE color: 9316453.

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

Color convert

RGB 101 40 142 -
CMYK 0.29 0.72 0 0.44
HSL 275.88º 0.56% 0.36% -
HSV(B) 275.88º 0.72% 0.56% -
XYZ 11.01 6.24 26.21 -
YUV 69.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 101 40 142 0.29 0.72 0 0.44 275.88 0.56 0.36
Hex 65 28 8E 1D 48 0 2C 114 38 24
Octal 145 50 216 35 110 0 54 424 70 44
Binary 1100101 101000 10001110 11101 1001000 0 101100 100010100 111000 100100

Color Harmonies of #65288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65288E

Black with #65288E

Text Example


Text Example

White with #65288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,40,142); }

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

background-color css

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

 a { background-color: rgb(101,40,142); }

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

border-color css

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

 span { border-color: rgb(101,40,142); }

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