Html Css Color HEX #301966 Christalle

📋 copy color: '#301966'

red 48 ◦ green 25 ◦ blue 102

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

Shades of Christalle #301966

Tints of Christalle #301966

RGB

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

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

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

R = 27.43%
G = 14.29%
B = 58.29%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#301966 (or 0x301966) is known color: Christalle. HEX triplet: 30, 19 and 66. RGB value is (48,25,102). Sum of RGB (Red+Green+Blue) = 48+25+102=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #301966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301966 is #CFE699. Grayscale: #282828. Windows color (decimal): -13624986 or 6691120. OLE color: 6691120.

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

Color convert

RGB 48 25 102 -
CMYK 0.53 0.75 0 0.6
HSL 257.92º 0.61% 0.25% -
HSV(B) 257.92º 0.75% 0.4% -
XYZ 3.96 2.28 12.8 -
YUV 40.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 48 25 102 0.53 0.75 0 0.6 257.92 0.61 0.25
Hex 30 19 66 35 4B 0 3C 102 3D 19
Octal 60 31 146 65 113 0 74 402 75 31
Binary 110000 11001 1100110 110101 1001011 0 111100 100000010 111101 11001

Color Harmonies of #301966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301966

Black with #301966

Text Example


Text Example

White with #301966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301966; }

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

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

background-color css

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

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

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

border-color css

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

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

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