Html Css Color HEX #300C63 Christalle

📋 copy color: '#300C63'

red 48 ◦ green 12 ◦ blue 99

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

Shades of Christalle #300C63

Tints of Christalle #300C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

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

R = 30.19%
G = 7.55%
B = 62.26%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#300C63 (or 0x300C63) is known color: Christalle. HEX triplet: 30, 0C and 63. RGB value is (48,12,99). Sum of RGB (Red+Green+Blue) = 48+12+99=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #300C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C63 is #CFF39C. Grayscale: #202020. Windows color (decimal): -13628317 or 6491184. OLE color: 6491184.

HSL color Cylindrical-coordinate representation of color #300C63: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300C63 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 12 99 -
CMYK 0.52 0.88 0 0.61
HSL 264.83º 0.78% 0.22% -
HSV(B) 264.83º 0.88% 0.39% -
XYZ 3.6 1.79 11.96 -
YUV 32.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 48 12 99 0.52 0.88 0 0.61 264.83 0.78 0.22
Hex 30 C 63 34 58 0 3D 109 4E 16
Octal 60 14 143 64 130 0 75 411 116 26
Binary 110000 1100 1100011 110100 1011000 0 111101 100001001 1001110 10110

Color Harmonies of #300C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C63

Black with #300C63

Text Example


Text Example

White with #300C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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