Html Css Color HEX #65238D Kingfisher Daisy

📋 copy color: '#65238D'

red 101 ◦ green 35 ◦ blue 141

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

Shades of Kingfisher Daisy #65238D

Tints of Kingfisher Daisy #65238D

RGB

 RED value IS 101 (39.84% from 255) = 36.46%

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

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 36.46%
G = 12.64%
B = 50.9%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65238D (or 0x65238D) is known color: Kingfisher Daisy. HEX triplet: 65, 23 and 8D. RGB value is (101,35,141). Sum of RGB (Red+Green+Blue) = 101+35+141=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #65238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65238D is #9ADC72. Grayscale: #424242. Windows color (decimal): -10148979 or 9249637. OLE color: 9249637.

HSL color Cylindrical-coordinate representation of color #65238D: hue angle of 277.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65238D is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 35 141 -
CMYK 0.28 0.75 0 0.45
HSL 277.36º 0.6% 0.35% -
HSV(B) 277.36º 0.75% 0.55% -
XYZ 10.78 5.89 25.77 -
YUV 66.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 101 35 141 0.28 0.75 0 0.45 277.36 0.6 0.35
Hex 65 23 8D 1C 4B 0 2D 115 3C 23
Octal 145 43 215 34 113 0 55 425 74 43
Binary 1100101 100011 10001101 11100 1001011 0 101101 100010101 111100 100011

Color Harmonies of #65238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65238D

Black with #65238D

Text Example


Text Example

White with #65238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65238D; }

 p { color: rgb(101,35,141); }

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

background-color css

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

 a { background-color: rgb(101,35,141); }

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

border-color css

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

 span { border-color: rgb(101,35,141); }

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