Html Css Color HEX #301963 Christalle

📋 copy color: '#301963'

red 48 ◦ green 25 ◦ blue 99

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

Shades of Christalle #301963

Tints of Christalle #301963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

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

R = 27.91%
G = 14.53%
B = 57.56%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#301963 (or 0x301963) is known color: Christalle. HEX triplet: 30, 19 and 63. RGB value is (48,25,99). Sum of RGB (Red+Green+Blue) = 48+25+99=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #301963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301963 is #CFE69C. Grayscale: #282828. Windows color (decimal): -13624989 or 6494512. OLE color: 6494512.

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

Color convert

RGB 48 25 99 -
CMYK 0.52 0.75 0 0.61
HSL 258.65º 0.6% 0.24% -
HSV(B) 258.65º 0.75% 0.39% -
XYZ 3.82 2.22 12.03 -
YUV 40.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 48 25 99 0.52 0.75 0 0.61 258.65 0.6 0.24
Hex 30 19 63 34 4B 0 3D 103 3C 18
Octal 60 31 143 64 113 0 75 403 74 30
Binary 110000 11001 1100011 110100 1001011 0 111101 100000011 111100 11000

Color Harmonies of #301963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301963

Black with #301963

Text Example


Text Example

White with #301963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301963; }

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

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

background-color css

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

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

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

border-color css

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

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

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