Html Css Color HEX #65238C Kingfisher Daisy

📋 copy color: '#65238C'

red 101 ◦ green 35 ◦ blue 140

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

Shades of Kingfisher Daisy #65238C

Tints of Kingfisher Daisy #65238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.72%

R = 36.59%
G = 12.68%
B = 50.72%

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

#65238C (or 0x65238C) is known color: Kingfisher Daisy. HEX triplet: 65, 23 and 8C. RGB value is (101,35,140). Sum of RGB (Red+Green+Blue) = 101+35+140=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #65238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65238C is #9ADC73. Grayscale: #424242. Windows color (decimal): -10148980 or 9184101. OLE color: 9184101.

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

Color convert

RGB 101 35 140 -
CMYK 0.28 0.75 0 0.45
HSL 277.71º 0.6% 0.34% -
HSV(B) 277.71º 0.75% 0.55% -
XYZ 10.7 5.86 25.38 -
YUV 66.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 101 35 140 0.28 0.75 0 0.45 277.71 0.6 0.34
Hex 65 23 8C 1C 4B 0 2D 116 3C 22
Octal 145 43 214 34 113 0 55 426 74 42
Binary 1100101 100011 10001100 11100 1001011 0 101101 100010110 111100 100010

Color Harmonies of #65238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65238C

Black with #65238C

Text Example


Text Example

White with #65238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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