#1D074B

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

Shades of Violent Violet #1D074B

Tints of Violent Violet #1D074B

Color information

#1D074B (or 0x1D074B) is unknown color: approx Violent Violet. HEX triplet: 1D, 07 and 4B. RGB value is (29,7,75). Sum of RGB (Red+Green+Blue) = 29+7+75=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D074B is #E2F8B4. Grayscale: #151515. Windows color (decimal): -14874805 or 4917021. OLE color: 4917021.

HSL color Cylindrical-coordinate representation of color #1D074B: hue angle of 259.41º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D074B is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB29775-
CMYK0.610.9100.71
HSL259.41º82.93%16.08%-
HSV(B)259.41º90.67%29.41%-
XYZ1.850.926.74-
YUV21.33158.29133.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=26.13%
G=6.31%
B=67.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal297750.610.9100.71259.4182.9316.08
Hex1D74B3D5B0471035310
Octal35711375133010740312320
Binary111011111001011111101101101101000111100000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D074B; }

 p { color: rgb(29,7,75); }

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

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

 a { background-color: rgb(29,7,75); }

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

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

 span { border-color: rgb(29,7,75); }

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