Html Css Color HEX #652091 Kingfisher Daisy

📋 copy color: '#652091'

red 101 ◦ green 32 ◦ blue 145

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

Shades of Kingfisher Daisy #652091

Tints of Kingfisher Daisy #652091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 36.33%
G = 11.51%
B = 52.16%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#652091 (or 0x652091) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 91. RGB value is (101,32,145). Sum of RGB (Red+Green+Blue) = 101+32+145=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #652091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652091 is #9ADF6E. Grayscale: #414141. Windows color (decimal): -10149743 or 9511013. OLE color: 9511013.

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

Color convert

RGB 101 32 145 -
CMYK 0.30 0.78 0 0.43
HSL 276.64º 0.64% 0.35% -
HSV(B) 276.64º 0.78% 0.57% -
XYZ 10.99 5.84 27.34 -
YUV 65.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 101 32 145 0.30 0.78 0 0.43 276.64 0.64 0.35
Hex 65 20 91 1E 4E 0 2B 115 40 23
Octal 145 40 221 36 116 0 53 425 100 43
Binary 1100101 100000 10010001 11110 1001110 0 101011 100010101 1000000 100011

Color Harmonies of #652091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652091

Black with #652091

Text Example


Text Example

White with #652091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652091; }

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

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

background-color css

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

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

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

border-color css

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

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

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