#301961

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

Shades of Christalle #301961

Tints of Christalle #301961

Color information

#301961 (or 0x301961) is unknown color: approx Christalle. HEX triplet: 30, 19 and 61. RGB value is (48,25,97). Sum of RGB (Red+Green+Blue) = 48+25+97=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #301961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301961 is #CFE69E. Grayscale: #272727. Windows color (decimal): -13624991 or 6363440. OLE color: 6363440.

HSL color Cylindrical-coordinate representation of color #301961: hue angle of 259.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #301961 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB482597-
CMYK0.510.7400.62
HSL259.17º59.02%23.92%-
HSV(B)259.17º74.23%38.04%-
XYZ3.722.1911.54-
YUV40.08160.12133.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=28.24%
G=14.71%
B=57.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4825970.510.7400.62259.1759.0223.92
Hex301961334A03E1033b18
Octal6031141631120764037330
Binary1100001100111000011100111001010011111010000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301961; }

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

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

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

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

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

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

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

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