Html Css Color HEX #653082 Kingfisher Daisy

📋 copy color: '#653082'

red 101 ◦ green 48 ◦ blue 130

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

Shades of Kingfisher Daisy #653082

Tints of Kingfisher Daisy #653082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 36.2%
G = 17.2%
B = 46.59%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#653082 (or 0x653082) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 82. RGB value is (101,48,130). Sum of RGB (Red+Green+Blue) = 101+48+130=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #653082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653082 is #9ACF7D. Grayscale: #484848. Windows color (decimal): -10145662 or 8532069. OLE color: 8532069.

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

Color convert

RGB 101 48 130 -
CMYK 0.22 0.63 0 0.49
HSL 278.78º 0.46% 0.35% -
HSV(B) 278.78º 0.63% 0.51% -
XYZ 10.45 6.49 21.82 -
YUV 73.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 101 48 130 0.22 0.63 0 0.49 278.78 0.46 0.35
Hex 65 30 82 16 3F 0 31 117 2E 23
Octal 145 60 202 26 77 0 61 427 56 43
Binary 1100101 110000 10000010 10110 111111 0 110001 100010111 101110 100011

Color Harmonies of #653082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653082

Black with #653082

Text Example


Text Example

White with #653082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653082; }

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

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

background-color css

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

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

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

border-color css

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

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

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