Html Css Color HEX #300759 Christalle

📋 copy color: '#300759'

red 48 ◦ green 7 ◦ blue 89

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

Shades of Christalle #300759

Tints of Christalle #300759

RGB

 RED value IS 48 (19.14% from 255) = 33.33%

 GREEN value IS 7 (3.13% from 255) = 4.86%

 BLUE value IS 89 (35.16% from 255) = 61.81%

R = 33.33%
G = 4.86%
B = 61.81%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300759 (or 0x300759) is known color: Christalle. HEX triplet: 30, 07 and 59. RGB value is (48,7,89). Sum of RGB (Red+Green+Blue) = 48+7+89=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #300759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300759 is #CFF8A6. Grayscale: #1C1C1C. Windows color (decimal): -13629607 or 5834544. OLE color: 5834544.

HSL color Cylindrical-coordinate representation of color #300759: hue angle of 270º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300759 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 7 89 -
CMYK 0.46 0.92 0 0.65
HSL 270º 0.85% 0.19% -
HSV(B) 270º 0.92% 0.35% -
XYZ 3.1 1.5 9.58 -
YUV 28.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 48 7 89 0.46 0.92 0 0.65 270 0.85 0.19
Hex 30 7 59 2E 5C 0 41 10E 55 13
Octal 60 7 131 56 134 0 101 416 125 23
Binary 110000 111 1011001 101110 1011100 0 1000001 100001110 1010101 10011

Color Harmonies of #300759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300759

Black with #300759

Text Example


Text Example

White with #300759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300759; }

 p { color: rgb(48,7,89); }

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

background-color css

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

 a { background-color: rgb(48,7,89); }

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

border-color css

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

 span { border-color: rgb(48,7,89); }

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