Html Css Color HEX #62288A Kingfisher Daisy

📋 copy color: '#62288A'

red 98 ◦ green 40 ◦ blue 138

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

Shades of Kingfisher Daisy #62288A

Tints of Kingfisher Daisy #62288A

RGB

 RED value IS 98 (38.67% from 255) = 35.51%

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 35.51%
G = 14.49%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#62288A (or 0x62288A) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 8A. RGB value is (98,40,138). Sum of RGB (Red+Green+Blue) = 98+40+138=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #62288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62288A is #9DD775. Grayscale: #444444. Windows color (decimal): -10344310 or 9054306. OLE color: 9054306.

HSL color Cylindrical-coordinate representation of color #62288A: hue angle of 275.51º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62288A is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 40 138 -
CMYK 0.29 0.71 0 0.46
HSL 275.51º 0.55% 0.35% -
HSV(B) 275.51º 0.71% 0.54% -
XYZ 10.38 5.95 24.65 -
YUV 68.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 98 40 138 0.29 0.71 0 0.46 275.51 0.55 0.35
Hex 62 28 8A 1D 47 0 2E 114 37 23
Octal 142 50 212 35 107 0 56 424 67 43
Binary 1100010 101000 10001010 11101 1000111 0 101110 100010100 110111 100011

Color Harmonies of #62288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62288A

Black with #62288A

Text Example


Text Example

White with #62288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62288A; }

 p { color: rgb(98,40,138); }

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

background-color css

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

 a { background-color: rgb(98,40,138); }

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

border-color css

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

 span { border-color: rgb(98,40,138); }

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