Html Css Color HEX #652092 Kingfisher Daisy

📋 copy color: '#652092'

red 101 ◦ green 32 ◦ blue 146

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

Shades of Kingfisher Daisy #652092

Tints of Kingfisher Daisy #652092

RGB

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

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

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

R = 36.2%
G = 11.47%
B = 52.33%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#652092 (or 0x652092) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 92. RGB value is (101,32,146). Sum of RGB (Red+Green+Blue) = 101+32+146=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #652092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652092 is #9ADF6D. Grayscale: #414141. Windows color (decimal): -10149742 or 9576549. OLE color: 9576549.

HSL color Cylindrical-coordinate representation of color #652092: hue angle of 276.32º 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 #652092 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 32 146 -
CMYK 0.31 0.78 0 0.43
HSL 276.32º 0.64% 0.35% -
HSV(B) 276.32º 0.78% 0.57% -
XYZ 11.07 5.88 27.74 -
YUV 65.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 101 32 146 0.31 0.78 0 0.43 276.32 0.64 0.35
Hex 65 20 92 1F 4E 0 2B 114 40 23
Octal 145 40 222 37 116 0 53 424 100 43
Binary 1100101 100000 10010010 11111 1001110 0 101011 100010100 1000000 100011

Color Harmonies of #652092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652092

Black with #652092

Text Example


Text Example

White with #652092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652092; }

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

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

background-color css

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

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

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

border-color css

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

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

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