Html Css Color HEX #652991 Kingfisher Daisy

📋 copy color: '#652991'

red 101 ◦ green 41 ◦ blue 145

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

Shades of Kingfisher Daisy #652991

Tints of Kingfisher Daisy #652991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

 BLUE value IS 145 (57.03% from 255) = 50.52%

R = 35.19%
G = 14.29%
B = 50.52%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#652991 (or 0x652991) is known color: Kingfisher Daisy. HEX triplet: 65, 29 and 91. RGB value is (101,41,145). Sum of RGB (Red+Green+Blue) = 101+41+145=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #652991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652991 is #9AD66E. Grayscale: #464646. Windows color (decimal): -10147439 or 9513317. OLE color: 9513317.

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

Color convert

RGB 101 41 145 -
CMYK 0.30 0.72 0 0.43
HSL 274.62º 0.56% 0.36% -
HSV(B) 274.62º 0.72% 0.57% -
XYZ 11.27 6.4 27.43 -
YUV 70.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 101 41 145 0.30 0.72 0 0.43 274.62 0.56 0.36
Hex 65 29 91 1E 48 0 2B 113 38 24
Octal 145 51 221 36 110 0 53 423 70 44
Binary 1100101 101001 10010001 11110 1001000 0 101011 100010011 111000 100100

Color Harmonies of #652991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652991

Black with #652991

Text Example


Text Example

White with #652991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652991; }

 p { color: rgb(101,41,145); }

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

background-color css

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

 a { background-color: rgb(101,41,145); }

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

border-color css

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

 span { border-color: rgb(101,41,145); }

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