Html Css Color HEX #301063 Christalle

📋 copy color: '#301063'

red 48 ◦ green 16 ◦ blue 99

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

Shades of Christalle #301063

Tints of Christalle #301063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 29.45%
G = 9.82%
B = 60.74%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#301063 (or 0x301063) is known color: Christalle. HEX triplet: 30, 10 and 63. RGB value is (48,16,99). Sum of RGB (Red+Green+Blue) = 48+16+99=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #301063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301063 is #CFEF9C. Grayscale: #222222. Windows color (decimal): -13627293 or 6492208. OLE color: 6492208.

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

Color convert

RGB 48 16 99 -
CMYK 0.52 0.84 0 0.61
HSL 263.13º 0.72% 0.23% -
HSV(B) 263.13º 0.84% 0.39% -
XYZ 3.66 1.9 11.98 -
YUV 35.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 48 16 99 0.52 0.84 0 0.61 263.13 0.72 0.23
Hex 30 10 63 34 54 0 3D 107 48 17
Octal 60 20 143 64 124 0 75 407 110 27
Binary 110000 10000 1100011 110100 1010100 0 111101 100000111 1001000 10111

Color Harmonies of #301063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301063

Black with #301063

Text Example


Text Example

White with #301063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301063; }

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

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

background-color css

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

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

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

border-color css

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

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

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