Html Css Color HEX #300863 Christalle

📋 copy color: '#300863'

red 48 ◦ green 8 ◦ blue 99

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

Shades of Christalle #300863

Tints of Christalle #300863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 99 (39.06% from 255) = 63.87%

R = 30.97%
G = 5.16%
B = 63.87%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300863 (or 0x300863) is known color: Christalle. HEX triplet: 30, 08 and 63. RGB value is (48,8,99). Sum of RGB (Red+Green+Blue) = 48+8+99=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #300863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300863 is #CFF79C. Grayscale: #1E1E1E. Windows color (decimal): -13629341 or 6490160. OLE color: 6490160.

HSL color Cylindrical-coordinate representation of color #300863: hue angle of 266.37º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300863 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 8 99 -
CMYK 0.52 0.92 0 0.61
HSL 266.37º 0.85% 0.21% -
HSV(B) 266.37º 0.92% 0.39% -
XYZ 3.56 1.7 11.95 -
YUV 30.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 48 8 99 0.52 0.92 0 0.61 266.37 0.85 0.21
Hex 30 8 63 34 5C 0 3D 10A 55 15
Octal 60 10 143 64 134 0 75 412 125 25
Binary 110000 1000 1100011 110100 1011100 0 111101 100001010 1010101 10101

Color Harmonies of #300863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300863

Black with #300863

Text Example


Text Example

White with #300863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300863; }

 p { color: rgb(48,8,99); }

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

background-color css

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

 a { background-color: rgb(48,8,99); }

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

border-color css

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

 span { border-color: rgb(48,8,99); }

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