#652A88

Color #652A88 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #652A88

Tints of Kingfisher Daisy #652A88

Color information

#652A88 (or 0x652A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 2A and 88. RGB value is (101,42,136). Sum of RGB (Red+Green+Blue) = 101+42+136=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #652A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652A88 is #9AD577. Grayscale: #464646. Windows color (decimal): -10147192 or 8923749. OLE color: 8923749.

HSL color Cylindrical-coordinate representation of color #652A88: hue angle of 277.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652A88 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10142136-
CMYK0.260.6900.47
HSL277.66º52.81%34.9%-
HSV(B)277.66º69.12%53.33%-
XYZ10.646.223.93-
YUV70.36165.05149.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=36.20%
G=15.05%
B=48.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101421360.260.6900.47277.6652.8134.9
Hex652A881A4502F1163523
Octal14552210321050574266543
Binary1100101101010100010001101010001010101111100010110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652A88; }

 p { color: rgb(101,42,136); }

 H1.HeaderClassName
 {
   color: #652A88;
 }
 .AnyTagClassName
 {
   color: #652A88;
 }
</style>
background-color css

<style>
 a { background-color: #652A88; }

 a { background-color: rgb(101,42,136); }

 div.DivClassName
 {
   background-color: #652A88;
 }
 .BgClassName
 {
   background-color: #652A88;
 }
</style>
border-color css

<style>
 span { border-color: #652A88; }

 span { border-color: rgb(101,42,136); }

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