Html Css Color HEX #301166 Christalle

📋 copy color: '#301166'

red 48 ◦ green 17 ◦ blue 102

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

Shades of Christalle #301166

Tints of Christalle #301166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 102 (40.23% from 255) = 61.08%

R = 28.74%
G = 10.18%
B = 61.08%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#301166 (or 0x301166) is known color: Christalle. HEX triplet: 30, 11 and 66. RGB value is (48,17,102). Sum of RGB (Red+Green+Blue) = 48+17+102=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #301166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301166 is #CFEE99. Grayscale: #232323. Windows color (decimal): -13627034 or 6689072. OLE color: 6689072.

HSL color Cylindrical-coordinate representation of color #301166: hue angle of 261.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301166 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 17 102 -
CMYK 0.53 0.83 0 0.6
HSL 261.88º 0.71% 0.23% -
HSV(B) 261.88º 0.83% 0.4% -
XYZ 3.82 1.99 12.75 -
YUV 35.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 48 17 102 0.53 0.83 0 0.6 261.88 0.71 0.23
Hex 30 11 66 35 53 0 3C 106 47 17
Octal 60 21 146 65 123 0 74 406 107 27
Binary 110000 10001 1100110 110101 1010011 0 111100 100000110 1000111 10111

Color Harmonies of #301166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301166

Black with #301166

Text Example


Text Example

White with #301166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301166; }

 p { color: rgb(48,17,102); }

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

background-color css

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

 a { background-color: rgb(48,17,102); }

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

border-color css

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

 span { border-color: rgb(48,17,102); }

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