Html Css Color HEX #652285 Kingfisher Daisy

📋 copy color: '#652285'

red 101 ◦ green 34 ◦ blue 133

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

Shades of Kingfisher Daisy #652285

Tints of Kingfisher Daisy #652285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 37.69%
G = 12.69%
B = 49.63%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#652285 (or 0x652285) is known color: Kingfisher Daisy. HEX triplet: 65, 22 and 85. RGB value is (101,34,133). Sum of RGB (Red+Green+Blue) = 101+34+133=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #652285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652285 is #9ADD7A. Grayscale: #404040. Windows color (decimal): -10149243 or 8725093. OLE color: 8725093.

HSL color Cylindrical-coordinate representation of color #652285: hue angle of 280.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652285 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 34 133 -
CMYK 0.24 0.74 0 0.48
HSL 280.61º 0.59% 0.33% -
HSV(B) 280.61º 0.74% 0.52% -
XYZ 10.17 5.6 22.74 -
YUV 65.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 101 34 133 0.24 0.74 0 0.48 280.61 0.59 0.33
Hex 65 22 85 18 4A 0 30 119 3B 21
Octal 145 42 205 30 112 0 60 431 73 41
Binary 1100101 100010 10000101 11000 1001010 0 110000 100011001 111011 100001

Color Harmonies of #652285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652285

Black with #652285

Text Example


Text Example

White with #652285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652285; }

 p { color: rgb(101,34,133); }

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

background-color css

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

 a { background-color: rgb(101,34,133); }

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

border-color css

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

 span { border-color: rgb(101,34,133); }

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