Html Css Color HEX #62328A Kingfisher Daisy

📋 copy color: '#62328A'

red 98 ◦ green 50 ◦ blue 138

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

Shades of Kingfisher Daisy #62328A

Tints of Kingfisher Daisy #62328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 34.27%
G = 17.48%
B = 48.25%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#62328A (or 0x62328A) is known color: Kingfisher Daisy. HEX triplet: 62, 32 and 8A. RGB value is (98,50,138). Sum of RGB (Red+Green+Blue) = 98+50+138=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #62328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62328A is #9DCD75. Grayscale: #4A4A4A. Windows color (decimal): -10341750 or 9056866. OLE color: 9056866.

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

Color convert

RGB 98 50 138 -
CMYK 0.29 0.64 0 0.46
HSL 272.73º 0.47% 0.37% -
HSV(B) 272.73º 0.64% 0.54% -
XYZ 10.77 6.71 24.77 -
YUV 74.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 98 50 138 0.29 0.64 0 0.46 272.73 0.47 0.37
Hex 62 32 8A 1D 40 0 2E 111 2F 25
Octal 142 62 212 35 100 0 56 421 57 45
Binary 1100010 110010 10001010 11101 1000000 0 101110 100010001 101111 100101

Color Harmonies of #62328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62328A

Black with #62328A

Text Example


Text Example

White with #62328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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