Html Css Color HEX #653182 Kingfisher Daisy

📋 copy color: '#653182'

red 101 ◦ green 49 ◦ blue 130

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

Shades of Kingfisher Daisy #653182

Tints of Kingfisher Daisy #653182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 36.07%
G = 17.5%
B = 46.43%

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

#653182 (or 0x653182) is known color: Kingfisher Daisy. HEX triplet: 65, 31 and 82. RGB value is (101,49,130). Sum of RGB (Red+Green+Blue) = 101+49+130=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #653182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653182 is #9ACE7D. Grayscale: #494949. Windows color (decimal): -10145406 or 8532325. OLE color: 8532325.

HSL color Cylindrical-coordinate representation of color #653182: hue angle of 278.52º degrees, saturation: 0.45, 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 #653182 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 49 130 -
CMYK 0.22 0.62 0 0.49
HSL 278.52º 0.45% 0.35% -
HSV(B) 278.52º 0.62% 0.51% -
XYZ 10.49 6.58 21.84 -
YUV 73.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 101 49 130 0.22 0.62 0 0.49 278.52 0.45 0.35
Hex 65 31 82 16 3E 0 31 117 2D 23
Octal 145 61 202 26 76 0 61 427 55 43
Binary 1100101 110001 10000010 10110 111110 0 110001 100010111 101101 100011

Color Harmonies of #653182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653182

Black with #653182

Text Example


Text Example

White with #653182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653182; }

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

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

background-color css

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

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

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

border-color css

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

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

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