Html Css Color HEX #63288D Kingfisher Daisy

📋 copy color: '#63288D'

red 99 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #63288D

Tints of Kingfisher Daisy #63288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 35.36%
G = 14.29%
B = 50.36%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63288D (or 0x63288D) is known color: Kingfisher Daisy. HEX triplet: 63, 28 and 8D. RGB value is (99,40,141). Sum of RGB (Red+Green+Blue) = 99+40+141=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #63288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63288D is #9CD772. Grayscale: #444444. Windows color (decimal): -10278771 or 9250915. OLE color: 9250915.

HSL color Cylindrical-coordinate representation of color #63288D: hue angle of 275.05º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63288D is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 40 141 -
CMYK 0.30 0.72 0 0.45
HSL 275.05º 0.56% 0.35% -
HSV(B) 275.05º 0.72% 0.55% -
XYZ 10.71 6.09 25.81 -
YUV 69.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 99 40 141 0.30 0.72 0 0.45 275.05 0.56 0.35
Hex 63 28 8D 1E 48 0 2D 113 38 23
Octal 143 50 215 36 110 0 55 423 70 43
Binary 1100011 101000 10001101 11110 1001000 0 101101 100010011 111000 100011

Color Harmonies of #63288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63288D

Black with #63288D

Text Example


Text Example

White with #63288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63288D; }

 p { color: rgb(99,40,141); }

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

background-color css

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

 a { background-color: rgb(99,40,141); }

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

border-color css

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

 span { border-color: rgb(99,40,141); }

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