Html Css Color HEX #652492 Kingfisher Daisy

📋 copy color: '#652492'

red 101 ◦ green 36 ◦ blue 146

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

Shades of Kingfisher Daisy #652492

Tints of Kingfisher Daisy #652492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 35.69%
G = 12.72%
B = 51.59%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#652492 (or 0x652492) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 92. RGB value is (101,36,146). Sum of RGB (Red+Green+Blue) = 101+36+146=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #652492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652492 is #9ADB6D. Grayscale: #434343. Windows color (decimal): -10148718 or 9577573. OLE color: 9577573.

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

Color convert

RGB 101 36 146 -
CMYK 0.31 0.75 0 0.43
HSL 275.45º 0.6% 0.36% -
HSV(B) 275.45º 0.75% 0.57% -
XYZ 11.19 6.1 27.78 -
YUV 67.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 101 36 146 0.31 0.75 0 0.43 275.45 0.6 0.36
Hex 65 24 92 1F 4B 0 2B 113 3C 24
Octal 145 44 222 37 113 0 53 423 74 44
Binary 1100101 100100 10010010 11111 1001011 0 101011 100010011 111100 100100

Color Harmonies of #652492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652492

Black with #652492

Text Example


Text Example

White with #652492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652492; }

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

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

background-color css

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

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

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

border-color css

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

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

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