Html Css Color HEX #602791 Kingfisher Daisy

📋 copy color: '#602791'

red 96 ◦ green 39 ◦ blue 145

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

Shades of Kingfisher Daisy #602791

Tints of Kingfisher Daisy #602791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 34.29%
G = 13.93%
B = 51.79%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#602791 (or 0x602791) is known color: Kingfisher Daisy. HEX triplet: 60, 27 and 91. RGB value is (96,39,145). Sum of RGB (Red+Green+Blue) = 96+39+145=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #602791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602791 is #9FD86E. Grayscale: #434343. Windows color (decimal): -10475631 or 9512800. OLE color: 9512800.

HSL color Cylindrical-coordinate representation of color #602791: hue angle of 272.26º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602791 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 39 145 -
CMYK 0.34 0.73 0 0.43
HSL 272.26º 0.58% 0.36% -
HSV(B) 272.26º 0.73% 0.57% -
XYZ 10.66 5.98 27.38 -
YUV 68.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 96 39 145 0.34 0.73 0 0.43 272.26 0.58 0.36
Hex 60 27 91 22 49 0 2B 110 3A 24
Octal 140 47 221 42 111 0 53 420 72 44
Binary 1100000 100111 10010001 100010 1001001 0 101011 100010000 111010 100100

Color Harmonies of #602791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602791

Black with #602791

Text Example


Text Example

White with #602791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602791; }

 p { color: rgb(96,39,145); }

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

background-color css

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

 a { background-color: rgb(96,39,145); }

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

border-color css

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

 span { border-color: rgb(96,39,145); }

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