Html Css Color HEX #300959 Christalle

📋 copy color: '#300959'

red 48 ◦ green 9 ◦ blue 89

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

Shades of Christalle #300959

Tints of Christalle #300959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

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

R = 32.88%
G = 6.16%
B = 60.96%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300959 (or 0x300959) is known color: Christalle. HEX triplet: 30, 09 and 59. RGB value is (48,9,89). Sum of RGB (Red+Green+Blue) = 48+9+89=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #300959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300959 is #CFF6A6. Grayscale: #1D1D1D. Windows color (decimal): -13629095 or 5835056. OLE color: 5835056.

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

Color convert

RGB 48 9 89 -
CMYK 0.46 0.90 0 0.65
HSL 269.25º 0.82% 0.19% -
HSV(B) 269.25º 0.9% 0.35% -
XYZ 3.12 1.55 9.58 -
YUV 29.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 48 9 89 0.46 0.90 0 0.65 269.25 0.82 0.19
Hex 30 9 59 2E 5A 0 41 10D 52 13
Octal 60 11 131 56 132 0 101 415 122 23
Binary 110000 1001 1011001 101110 1011010 0 1000001 100001101 1010010 10011

Color Harmonies of #300959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300959

Black with #300959

Text Example


Text Example

White with #300959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300959; }

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

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

background-color css

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

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

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

border-color css

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

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

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