Html Css Color HEX #62238A Kingfisher Daisy

📋 copy color: '#62238A'

red 98 ◦ green 35 ◦ blue 138

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

Shades of Kingfisher Daisy #62238A

Tints of Kingfisher Daisy #62238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 36.16%
G = 12.92%
B = 50.92%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#62238A (or 0x62238A) is known color: Kingfisher Daisy. HEX triplet: 62, 23 and 8A. RGB value is (98,35,138). Sum of RGB (Red+Green+Blue) = 98+35+138=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #62238A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62238A is #9DDC75. Grayscale: #414141. Windows color (decimal): -10345590 or 9053026. OLE color: 9053026.

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

Color convert

RGB 98 35 138 -
CMYK 0.29 0.75 0 0.46
HSL 276.7º 0.6% 0.34% -
HSV(B) 276.7º 0.75% 0.54% -
XYZ 10.23 5.63 24.59 -
YUV 65.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 98 35 138 0.29 0.75 0 0.46 276.7 0.6 0.34
Hex 62 23 8A 1D 4B 0 2E 115 3C 22
Octal 142 43 212 35 113 0 56 425 74 42
Binary 1100010 100011 10001010 11101 1001011 0 101110 100010101 111100 100010

Color Harmonies of #62238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62238A

Black with #62238A

Text Example


Text Example

White with #62238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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