Html Css Color HEX #300559 Christalle

📋 copy color: '#300559'

red 48 ◦ green 5 ◦ blue 89

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

Shades of Christalle #300559

Tints of Christalle #300559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 33.8%
G = 3.52%
B = 62.68%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300559 (or 0x300559) is known color: Christalle. HEX triplet: 30, 05 and 59. RGB value is (48,5,89). Sum of RGB (Red+Green+Blue) = 48+5+89=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #300559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300559 is #CFFAA6. Grayscale: #1B1B1B. Windows color (decimal): -13630119 or 5834032. OLE color: 5834032.

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

Color convert

RGB 48 5 89 -
CMYK 0.46 0.94 0 0.65
HSL 270.71º 0.89% 0.18% -
HSV(B) 270.71º 0.94% 0.35% -
XYZ 3.08 1.46 9.57 -
YUV 27.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 48 5 89 0.46 0.94 0 0.65 270.71 0.89 0.18
Hex 30 5 59 2E 5E 0 41 10F 59 12
Octal 60 5 131 56 136 0 101 417 131 22
Binary 110000 101 1011001 101110 1011110 0 1000001 100001111 1011001 10010

Color Harmonies of #300559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300559

Black with #300559

Text Example


Text Example

White with #300559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300559; }

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

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

background-color css

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

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

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

border-color css

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

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

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