Html Css Color HEX #64287F Kingfisher Daisy

📋 copy color: '#64287F'

red 100 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #64287F

Tints of Kingfisher Daisy #64287F

RGB

 RED value IS 100 (39.45% from 255) = 37.45%

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

 BLUE value IS 127 (50% from 255) = 47.57%

R = 37.45%
G = 14.98%
B = 47.57%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64287F (or 0x64287F) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 7F. RGB value is (100,40,127). Sum of RGB (Red+Green+Blue) = 100+40+127=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #64287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64287F is #9BD780. Grayscale: #434343. Windows color (decimal): -10213249 or 8333412. OLE color: 8333412.

HSL color Cylindrical-coordinate representation of color #64287F: hue angle of 281.38º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64287F is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 40 127 -
CMYK 0.21 0.69 0 0.50
HSL 281.38º 0.52% 0.33% -
HSV(B) 281.38º 0.69% 0.5% -
XYZ 9.85 5.76 20.67 -
YUV 67.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 100 40 127 0.21 0.69 0 0.50 281.38 0.52 0.33
Hex 64 28 7F 15 45 0 32 119 34 21
Octal 144 50 177 25 105 0 62 431 64 41
Binary 1100100 101000 1111111 10101 1000101 0 110010 100011001 110100 100001

Color Harmonies of #64287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64287F

Black with #64287F

Text Example


Text Example

White with #64287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64287F; }

 p { color: rgb(100,40,127); }

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

background-color css

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

 a { background-color: rgb(100,40,127); }

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

border-color css

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

 span { border-color: rgb(100,40,127); }

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