Html Css Color HEX #653282 Kingfisher Daisy

📋 copy color: '#653282'

red 101 ◦ green 50 ◦ blue 130

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

Shades of Kingfisher Daisy #653282

Tints of Kingfisher Daisy #653282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 35.94%
G = 17.79%
B = 46.26%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653282 (or 0x653282) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 82. RGB value is (101,50,130). Sum of RGB (Red+Green+Blue) = 101+50+130=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #653282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653282 is #9ACD7D. Grayscale: #4A4A4A. Windows color (decimal): -10145150 or 8532581. OLE color: 8532581.

HSL color Cylindrical-coordinate representation of color #653282: hue angle of 278.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653282 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 50 130 -
CMYK 0.22 0.62 0 0.49
HSL 278.25º 0.44% 0.35% -
HSV(B) 278.25º 0.62% 0.51% -
XYZ 10.54 6.66 21.85 -
YUV 74.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 101 50 130 0.22 0.62 0 0.49 278.25 0.44 0.35
Hex 65 32 82 16 3E 0 31 116 2C 23
Octal 145 62 202 26 76 0 61 426 54 43
Binary 1100101 110010 10000010 10110 111110 0 110001 100010110 101100 100011

Color Harmonies of #653282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653282

Black with #653282

Text Example


Text Example

White with #653282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653282; }

 p { color: rgb(101,50,130); }

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

background-color css

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

 a { background-color: rgb(101,50,130); }

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

border-color css

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

 span { border-color: rgb(101,50,130); }

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