Html Css Color HEX #652990 Kingfisher Daisy

📋 copy color: '#652990'

red 101 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #652990

Tints of Kingfisher Daisy #652990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 35.31%
G = 14.34%
B = 50.35%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#652990 (or 0x652990) is known color: Kingfisher Daisy. HEX triplet: 65, 29 and 90. RGB value is (101,41,144). Sum of RGB (Red+Green+Blue) = 101+41+144=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #652990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652990 is #9AD66F. Grayscale: #464646. Windows color (decimal): -10147440 or 9447781. OLE color: 9447781.

HSL color Cylindrical-coordinate representation of color #652990: hue angle of 274.95º 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 #652990 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 41 144 -
CMYK 0.30 0.72 0 0.44
HSL 274.95º 0.56% 0.36% -
HSV(B) 274.95º 0.72% 0.56% -
XYZ 11.19 6.37 27.02 -
YUV 70.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 101 41 144 0.30 0.72 0 0.44 274.95 0.56 0.36
Hex 65 29 90 1E 48 0 2C 113 38 24
Octal 145 51 220 36 110 0 54 423 70 44
Binary 1100101 101001 10010000 11110 1001000 0 101100 100010011 111000 100100

Color Harmonies of #652990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652990

Black with #652990

Text Example


Text Example

White with #652990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652990; }

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

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

background-color css

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

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

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

border-color css

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

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

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