#301861

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

Shades of Christalle #301861

Tints of Christalle #301861

Color information

#301861 (or 0x301861) is unknown color: approx Christalle. HEX triplet: 30, 18 and 61. RGB value is (48,24,97). Sum of RGB (Red+Green+Blue) = 48+24+97=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #301861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301861 is #CFE79E. Grayscale: #272727. Windows color (decimal): -13625247 or 6363184. OLE color: 6363184.

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

Color convert

RGB482497-
CMYK0.510.7500.62
HSL259.73º60.33%23.73%-
HSV(B)259.73º75.26%38.04%-
XYZ3.72.1411.53-
YUV39.5160.45134.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=28.40%
G=14.20%
B=57.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4824970.510.7500.62259.7360.3323.73
Hex301861334B03E1043c18
Octal6030141631130764047430
Binary1100001100011000011100111001011011111010000010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301861; }

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

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

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

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

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

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

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

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