#221848

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

Shades of Violent Violet #221848

Tints of Violent Violet #221848

Color information

#221848 (or 0x221848) is unknown color: approx Violent Violet. HEX triplet: 22, 18 and 48. RGB value is (34,24,72). Sum of RGB (Red+Green+Blue) = 34+24+72=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #221848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221848 is #DDE7B7. Grayscale: #202020. Windows color (decimal): -14542776 or 4724770. OLE color: 4724770.

HSL color Cylindrical-coordinate representation of color #221848: hue angle of 252.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221848 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB342472-
CMYK0.530.6700.72
HSL252.5º50%18.82%-
HSV(B)252.5º66.67%28.24%-
XYZ2.161.466.3-
YUV32.46150.31129.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.15%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=26.15%
G=18.46%
B=55.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3424720.530.6700.72252.55018.82
Hex2218483543048fc3213
Octal42301106510301103746223
Binary1000101100010010001101011000011010010001111110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221848; }

 p { color: rgb(34,24,72); }

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

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

 a { background-color: rgb(34,24,72); }

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

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

 span { border-color: rgb(34,24,72); }

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