#301f5c

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

Shades of Christalle #301F5C

Tints of Christalle #301F5C

Color information

#301F5C (or 0x301F5C) is unknown color: approx Christalle. HEX triplet: 30, 1F and 5C. RGB value is (48,31,92). Sum of RGB (Red+Green+Blue) = 48+31+92=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #301F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F5C is #CFE0A3. Grayscale: #2A2A2A. Windows color (decimal): -13623460 or 6037296. OLE color: 6037296.

HSL color Cylindrical-coordinate representation of color #301F5C: hue angle of 256.72º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301F5C is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB483192-
CMYK0.480.6600.64
HSL256.72º49.59%24.12%-
HSV(B)256.72º66.3%36.08%-
XYZ3.642.3810.39-
YUV43.04155.63131.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=28.07%
G=18.13%
B=53.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4831920.480.6600.64256.7249.5924.12
Hex301F5C30420401013218
Octal60371346010201004016230
Binary11000011111101110011000010000100100000010000000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301f5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301f5c; }

 p { color: rgb(48,31,92); }

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

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

 a { background-color: rgb(48,31,92); }

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

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

 span { border-color: rgb(48,31,92); }

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