Html Css Color HEX #301563 Christalle

📋 copy color: '#301563'

red 48 ◦ green 21 ◦ blue 99

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

Shades of Christalle #301563

Tints of Christalle #301563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

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

R = 28.57%
G = 12.5%
B = 58.93%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#301563 (or 0x301563) is known color: Christalle. HEX triplet: 30, 15 and 63. RGB value is (48,21,99). Sum of RGB (Red+Green+Blue) = 48+21+99=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #301563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301563 is #CFEA9C. Grayscale: #252525. Windows color (decimal): -13626013 or 6493488. OLE color: 6493488.

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

Color convert

RGB 48 21 99 -
CMYK 0.52 0.79 0 0.61
HSL 260.77º 0.65% 0.24% -
HSV(B) 260.77º 0.79% 0.39% -
XYZ 3.74 2.07 12.01 -
YUV 37.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 48 21 99 0.52 0.79 0 0.61 260.77 0.65 0.24
Hex 30 15 63 34 4F 0 3D 105 41 18
Octal 60 25 143 64 117 0 75 405 101 30
Binary 110000 10101 1100011 110100 1001111 0 111101 100000101 1000001 11000

Color Harmonies of #301563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301563

Black with #301563

Text Example


Text Example

White with #301563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301563; }

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

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

background-color css

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

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

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

border-color css

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

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

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