Html Css Color HEX #602982 Kingfisher Daisy

📋 copy color: '#602982'

red 96 ◦ green 41 ◦ blue 130

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

Shades of Kingfisher Daisy #602982

Tints of Kingfisher Daisy #602982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

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

R = 35.96%
G = 15.36%
B = 48.69%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#602982 (or 0x602982) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 82. RGB value is (96,41,130). Sum of RGB (Red+Green+Blue) = 96+41+130=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #602982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602982 is #9FD67D. Grayscale: #434343. Windows color (decimal): -10475134 or 8530272. OLE color: 8530272.

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

Color convert

RGB 96 41 130 -
CMYK 0.26 0.68 0 0.49
HSL 277.08º 0.52% 0.34% -
HSV(B) 277.08º 0.68% 0.51% -
XYZ 9.65 5.68 21.71 -
YUV 67.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 96 41 130 0.26 0.68 0 0.49 277.08 0.52 0.34
Hex 60 29 82 1A 44 0 31 115 34 22
Octal 140 51 202 32 104 0 61 425 64 42
Binary 1100000 101001 10000010 11010 1000100 0 110001 100010101 110100 100010

Color Harmonies of #602982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602982

Black with #602982

Text Example


Text Example

White with #602982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602982; }

 p { color: rgb(96,41,130); }

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

background-color css

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

 a { background-color: rgb(96,41,130); }

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

border-color css

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

 span { border-color: rgb(96,41,130); }

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