#2D254B

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

Shades of Violent Violet #2D254B

Tints of Violent Violet #2D254B

Color information

#2D254B (or 0x2D254B) is unknown color: approx Violent Violet. HEX triplet: 2D, 25 and 4B. RGB value is (45,37,75). Sum of RGB (Red+Green+Blue) = 45+37+75=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D254B is #D2DAB4. Grayscale: #2B2B2B. Windows color (decimal): -13818549 or 4924717. OLE color: 4924717.

HSL color Cylindrical-coordinate representation of color #2D254B: hue angle of 252.63º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D254B is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB453775-
CMYK0.400.5100.71
HSL252.63º33.93%21.96%-
HSV(B)252.63º50.67%29.41%-
XYZ3.012.396.96-
YUV43.72145.65128.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=28.66%
G=23.57%
B=47.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4537750.400.5100.71252.6333.9321.96
Hex2D254B2833047fd2216
Octal5545113506301073754226
Binary1011011001011001011101000110011010001111111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D254B; }

 p { color: rgb(45,37,75); }

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

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

 a { background-color: rgb(45,37,75); }

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

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

 span { border-color: rgb(45,37,75); }

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