#301769

Color #301769 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #301769

Tints of Christalle #301769

Color information

#301769 (or 0x301769) is unknown color: approx Christalle. HEX triplet: 30, 17 and 69. RGB value is (48,23,105). Sum of RGB (Red+Green+Blue) = 48+23+105=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #301769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301769 is #CFE896. Grayscale: #272727. Windows color (decimal): -13625495 or 6887216. OLE color: 6887216.

HSL color Cylindrical-coordinate representation of color #301769: hue angle of 258.29º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301769 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4823105-
CMYK0.540.7800.59
HSL258.29º64.06%25.1%-
HSV(B)258.29º78.1%41.18%-
XYZ4.082.2613.59-
YUV39.82164.78133.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=27.27%
G=13.07%
B=59.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48231050.540.7800.59258.2964.0625.1
Hex301769364E03B1024019
Octal60271516611607340210031
Binary11000010111110100111011010011100111011100000010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301769; }

 p { color: rgb(48,23,105); }

 H1.HeaderClassName
 {
   color: #301769;
 }
 .AnyTagClassName
 {
   color: #301769;
 }
</style>
background-color css

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

 a { background-color: rgb(48,23,105); }

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

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

 span { border-color: rgb(48,23,105); }

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