Html Css Color HEX #130248 Violent Violet

📋 copy color: '#130248'

red 19 ◦ green 2 ◦ blue 72

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

Shades of Violent Violet #130248

Tints of Violent Violet #130248

RGB

 RED value IS 19 (7.81% from 255) = 20.43%

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

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

R = 20.43%
G = 2.15%
B = 77.42%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130248 (or 0x130248) is known color: Violent Violet. HEX triplet: 13, 02 and 48. RGB value is (19,2,72). Sum of RGB (Red+Green+Blue) = 19+2+72=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #130248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130248 is #ECFDB7. Grayscale: #0E0E0E. Windows color (decimal): -15531448 or 4719123. OLE color: 4719123.

HSL color Cylindrical-coordinate representation of color #130248: hue angle of 254.57º 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 #130248 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 2 72 -
CMYK 0.74 0.97 0 0.72
HSL 254.57º 0.95% 0.15% -
HSV(B) 254.57º 0.97% 0.28% -
XYZ 1.46 0.65 6.18 -
YUV 15.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 19 2 72 0.74 0.97 0 0.72 254.57 0.95 0.15
Hex 13 2 48 4A 61 0 48 FF 5F F
Octal 23 2 110 112 141 0 110 377 137 17
Binary 10011 10 1001000 1001010 1100001 0 1001000 11111111 1011111 1111

Color Harmonies of #130248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130248

Black with #130248

Text Example


Text Example

White with #130248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130248; }

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

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

background-color css

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

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

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

border-color css

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

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

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