Html Css Color HEX #1F074C Violent Violet

📋 copy color: '#1F074C'

red 31 ◦ green 7 ◦ blue 76

#1F074C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #1F074C

Tints of Violent Violet #1F074C

RGB

 RED value IS 31 (12.5% from 255) = 27.19%

 GREEN value IS 7 (3.13% from 255) = 6.14%

 BLUE value IS 76 (30.08% from 255) = 66.67%

R = 27.19%
G = 6.14%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1F074C (or 0x1F074C) is known color: Violent Violet. HEX triplet: 1F, 07 and 4C. RGB value is (31,7,76). Sum of RGB (Red+Green+Blue) = 31+7+76=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F074C is #E0F8B3. Grayscale: #151515. Windows color (decimal): -14743732 or 4982559. OLE color: 4982559.

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

Color convert

RGB 31 7 76 -
CMYK 0.59 0.91 0 0.70
HSL 260.87º 0.83% 0.16% -
HSV(B) 260.87º 0.91% 0.3% -
XYZ 1.95 0.97 6.92 -
YUV 22.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 31 7 76 0.59 0.91 0 0.70 260.87 0.83 0.16
Hex 1F 7 4C 3B 5B 0 46 105 53 10
Octal 37 7 114 73 133 0 106 405 123 20
Binary 11111 111 1001100 111011 1011011 0 1000110 100000101 1010011 10000

Color Harmonies of #1F074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F074C

Black with #1F074C

Text Example


Text Example

White with #1F074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,7,76); }

 H1.HeaderClassName
 {
   color: #1F074C;
 }
 .AnyTagClassName
 {
   color: #1F074C;
 }
</style>

background-color css

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

 a { background-color: rgb(31,7,76); }

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

border-color css

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

 span { border-color: rgb(31,7,76); }

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