#301F5A

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

Shades of Christalle #301F5A

Tints of Christalle #301F5A

Color information

#301F5A (or 0x301F5A) is unknown color: approx Christalle. HEX triplet: 30, 1F and 5A. RGB value is (48,31,90). Sum of RGB (Red+Green+Blue) = 48+31+90=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #301F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F5A is #CFE0A5. Grayscale: #2A2A2A. Windows color (decimal): -13623462 or 5906224. OLE color: 5906224.

HSL color Cylindrical-coordinate representation of color #301F5A: hue angle of 257.29º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301F5A is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB483190-
CMYK0.470.6600.65
HSL257.29º48.76%23.73%-
HSV(B)257.29º65.56%35.29%-
XYZ3.552.359.94-
YUV42.81154.63131.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 90 (35.55% from 255) = 53.25%
R=28.40%
G=18.34%
B=53.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4831900.470.6600.65257.2948.7623.73
Hex301F5A2F420411013118
Octal60371325710201014016130
Binary11000011111101101010111110000100100000110000000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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