#301455

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

Shades of Christalle #301455

Tints of Christalle #301455

Color information

#301455 (or 0x301455) is unknown color: approx Christalle. HEX triplet: 30, 14 and 55. RGB value is (48,20,85). Sum of RGB (Red+Green+Blue) = 48+20+85=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #301455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301455 is #CFEBAA. Grayscale: #232323. Windows color (decimal): -13626283 or 5575728. OLE color: 5575728.

HSL color Cylindrical-coordinate representation of color #301455: hue angle of 265.85º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301455 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB482085-
CMYK0.440.7600.67
HSL265.85º61.9%20.59%-
HSV(B)265.85º76.47%33.33%-
XYZ3.111.788.77-
YUV35.78155.78136.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=31.37%
G=13.07%
B=55.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4820850.440.7600.67265.8561.920.59
Hex3014552C4C04310a3e15
Octal60241255411401034127625
Binary11000010100101010110110010011000100001110000101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301455; }

 p { color: rgb(48,20,85); }

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

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

 a { background-color: rgb(48,20,85); }

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

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

 span { border-color: rgb(48,20,85); }

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