Html Css Color HEX #602882 Kingfisher Daisy

📋 copy color: '#602882'

red 96 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #602882

Tints of Kingfisher Daisy #602882

RGB

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

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

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

R = 36.09%
G = 15.04%
B = 48.87%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#602882 (or 0x602882) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 82. RGB value is (96,40,130). Sum of RGB (Red+Green+Blue) = 96+40+130=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #602882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602882 is #9FD77D. Grayscale: #424242. Windows color (decimal): -10475390 or 8530016. OLE color: 8530016.

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

Color convert

RGB 96 40 130 -
CMYK 0.26 0.69 0 0.49
HSL 277.33º 0.53% 0.33% -
HSV(B) 277.33º 0.69% 0.51% -
XYZ 9.61 5.62 21.7 -
YUV 67 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 96 40 130 0.26 0.69 0 0.49 277.33 0.53 0.33
Hex 60 28 82 1A 45 0 31 115 35 21
Octal 140 50 202 32 105 0 61 425 65 41
Binary 1100000 101000 10000010 11010 1000101 0 110001 100010101 110101 100001

Color Harmonies of #602882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602882

Black with #602882

Text Example


Text Example

White with #602882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602882; }

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

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

background-color css

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

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

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

border-color css

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

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

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