Html Css Color HEX #602482 Kingfisher Daisy

📋 copy color: '#602482'

red 96 ◦ green 36 ◦ blue 130

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

Shades of Kingfisher Daisy #602482

Tints of Kingfisher Daisy #602482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 36.64%
G = 13.74%
B = 49.62%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#602482 (or 0x602482) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 82. RGB value is (96,36,130). Sum of RGB (Red+Green+Blue) = 96+36+130=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #602482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602482 is #9FDB7D. Grayscale: #404040. Windows color (decimal): -10476414 or 8528992. OLE color: 8528992.

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

Color convert

RGB 96 36 130 -
CMYK 0.26 0.72 0 0.49
HSL 278.3º 0.57% 0.33% -
HSV(B) 278.3º 0.72% 0.51% -
XYZ 9.48 5.36 21.65 -
YUV 64.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 96 36 130 0.26 0.72 0 0.49 278.3 0.57 0.33
Hex 60 24 82 1A 48 0 31 116 39 21
Octal 140 44 202 32 110 0 61 426 71 41
Binary 1100000 100100 10000010 11010 1001000 0 110001 100010110 111001 100001

Color Harmonies of #602482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602482

Black with #602482

Text Example


Text Example

White with #602482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602482; }

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

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

background-color css

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

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

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

border-color css

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

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

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