Html Css Color HEX #140248 Violent Violet

📋 copy color: '#140248'

red 20 ◦ green 2 ◦ blue 72

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

Shades of Violent Violet #140248

Tints of Violent Violet #140248

RGB

 RED value IS 20 (8.2% from 255) = 21.28%

 GREEN value IS 2 (1.17% from 255) = 2.13%

 BLUE value IS 72 (28.52% from 255) = 76.6%

R = 21.28%
G = 2.13%
B = 76.6%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#140248 (or 0x140248) is known color: Violent Violet. HEX triplet: 14, 02 and 48. RGB value is (20,2,72). Sum of RGB (Red+Green+Blue) = 20+2+72=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #140248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140248 is #EBFDB7. Grayscale: #0F0F0F. Windows color (decimal): -15465912 or 4719124. OLE color: 4719124.

HSL color Cylindrical-coordinate representation of color #140248: hue angle of 255.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140248 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 2 72 -
CMYK 0.72 0.97 0 0.72
HSL 255.43º 0.95% 0.15% -
HSV(B) 255.43º 0.97% 0.28% -
XYZ 1.48 0.66 6.18 -
YUV 15.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 20 2 72 0.72 0.97 0 0.72 255.43 0.95 0.15
Hex 14 2 48 48 61 0 48 FF 5F F
Octal 24 2 110 110 141 0 110 377 137 17
Binary 10100 10 1001000 1001000 1100001 0 1001000 11111111 1011111 1111

Color Harmonies of #140248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140248

Black with #140248

Text Example


Text Example

White with #140248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140248; }

 p { color: rgb(20,2,72); }

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

background-color css

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

 a { background-color: rgb(20,2,72); }

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

border-color css

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

 span { border-color: rgb(20,2,72); }

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