Html Css Color HEX #631982 Kingfisher Daisy

📋 copy color: '#631982'

red 99 ◦ green 25 ◦ blue 130

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

Shades of Kingfisher Daisy #631982

Tints of Kingfisher Daisy #631982

RGB

 RED value IS 99 (39.06% from 255) = 38.98%

 GREEN value IS 25 (10.16% from 255) = 9.84%

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

R = 38.98%
G = 9.84%
B = 51.18%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#631982 (or 0x631982) is known color: Kingfisher Daisy. HEX triplet: 63, 19 and 82. RGB value is (99,25,130). Sum of RGB (Red+Green+Blue) = 99+25+130=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #631982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631982 is #9CE67D. Grayscale: #3A3A3A. Windows color (decimal): -10282622 or 8526179. OLE color: 8526179.

HSL color Cylindrical-coordinate representation of color #631982: hue angle of 282.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631982 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 25 130 -
CMYK 0.24 0.81 0 0.49
HSL 282.29º 0.68% 0.3% -
HSV(B) 282.29º 0.81% 0.51% -
XYZ 9.52 4.96 21.57 -
YUV 59.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 99 25 130 0.24 0.81 0 0.49 282.29 0.68 0.3
Hex 63 19 82 18 51 0 31 11A 44 1E
Octal 143 31 202 30 121 0 61 432 104 36
Binary 1100011 11001 10000010 11000 1010001 0 110001 100011010 1000100 11110

Color Harmonies of #631982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631982

Black with #631982

Text Example


Text Example

White with #631982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631982; }

 p { color: rgb(99,25,130); }

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

background-color css

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

 a { background-color: rgb(99,25,130); }

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

border-color css

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

 span { border-color: rgb(99,25,130); }

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