Html Css Color HEX #65308B Kingfisher Daisy

📋 copy color: '#65308B'

red 101 ◦ green 48 ◦ blue 139

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

Shades of Kingfisher Daisy #65308B

Tints of Kingfisher Daisy #65308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 35.07%
G = 16.67%
B = 48.26%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65308B (or 0x65308B) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 8B. RGB value is (101,48,139). Sum of RGB (Red+Green+Blue) = 101+48+139=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #65308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65308B is #9ACF74. Grayscale: #494949. Windows color (decimal): -10145653 or 9121893. OLE color: 9121893.

HSL color Cylindrical-coordinate representation of color #65308B: hue angle of 274.95º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65308B is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 48 139 -
CMYK 0.27 0.65 0 0.45
HSL 274.95º 0.49% 0.37% -
HSV(B) 274.95º 0.65% 0.55% -
XYZ 11.08 6.74 25.14 -
YUV 74.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 101 48 139 0.27 0.65 0 0.45 274.95 0.49 0.37
Hex 65 30 8B 1B 41 0 2D 113 31 25
Octal 145 60 213 33 101 0 55 423 61 45
Binary 1100101 110000 10001011 11011 1000001 0 101101 100010011 110001 100101

Color Harmonies of #65308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65308B

Black with #65308B

Text Example


Text Example

White with #65308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65308B; }

 p { color: rgb(101,48,139); }

 H1.HeaderClassName
 {
   color: #65308B;
 }
 .AnyTagClassName
 {
   color: #65308B;
 }
</style>

background-color css

<style>
 a { background-color: #65308B; }

 a { background-color: rgb(101,48,139); }

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

border-color css

<style>
 span { border-color: #65308B; }

 span { border-color: rgb(101,48,139); }

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