Html Css Color HEX #603281 Kingfisher Daisy

📋 copy color: '#603281'

red 96 ◦ green 50 ◦ blue 129

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

Shades of Kingfisher Daisy #603281

Tints of Kingfisher Daisy #603281

RGB

 RED value IS 96 (37.89% from 255) = 34.91%

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 34.91%
G = 18.18%
B = 46.91%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603281 (or 0x603281) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 81. RGB value is (96,50,129). Sum of RGB (Red+Green+Blue) = 96+50+129=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #603281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603281 is #9FCD7E. Grayscale: #484848. Windows color (decimal): -10472831 or 8467040. OLE color: 8467040.

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

Color convert

RGB 96 50 129 -
CMYK 0.26 0.61 0 0.49
HSL 274.94º 0.44% 0.35% -
HSV(B) 274.94º 0.61% 0.51% -
XYZ 9.93 6.35 21.47 -
YUV 72.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 96 50 129 0.26 0.61 0 0.49 274.94 0.44 0.35
Hex 60 32 81 1A 3D 0 31 113 2C 23
Octal 140 62 201 32 75 0 61 423 54 43
Binary 1100000 110010 10000001 11010 111101 0 110001 100010011 101100 100011

Color Harmonies of #603281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603281

Black with #603281

Text Example


Text Example

White with #603281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603281; }

 p { color: rgb(96,50,129); }

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

background-color css

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

 a { background-color: rgb(96,50,129); }

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

border-color css

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

 span { border-color: rgb(96,50,129); }

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