Html Css Color HEX #652192 Kingfisher Daisy

📋 copy color: '#652192'

red 101 ◦ green 33 ◦ blue 146

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

Shades of Kingfisher Daisy #652192

Tints of Kingfisher Daisy #652192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 36.07%
G = 11.79%
B = 52.14%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#652192 (or 0x652192) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 92. RGB value is (101,33,146). Sum of RGB (Red+Green+Blue) = 101+33+146=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #652192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652192 is #9ADE6D. Grayscale: #414141. Windows color (decimal): -10149486 or 9576805. OLE color: 9576805.

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

Color convert

RGB 101 33 146 -
CMYK 0.31 0.77 0 0.43
HSL 276.11º 0.63% 0.35% -
HSV(B) 276.11º 0.77% 0.57% -
XYZ 11.1 5.93 27.75 -
YUV 66.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 101 33 146 0.31 0.77 0 0.43 276.11 0.63 0.35
Hex 65 21 92 1F 4D 0 2B 114 3F 23
Octal 145 41 222 37 115 0 53 424 77 43
Binary 1100101 100001 10010010 11111 1001101 0 101011 100010100 111111 100011

Color Harmonies of #652192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652192

Black with #652192

Text Example


Text Example

White with #652192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652192; }

 p { color: rgb(101,33,146); }

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

background-color css

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

 a { background-color: rgb(101,33,146); }

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

border-color css

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

 span { border-color: rgb(101,33,146); }

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