Html Css Color HEX #731CDD Blue Violet

📋 copy color: '#731CDD'

red 115 ◦ green 28 ◦ blue 221

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

Shades of Blue Violet #731CDD

Tints of Blue Violet #731CDD

RGB

 RED value IS 115 (45.31% from 255) = 31.59%

 GREEN value IS 28 (11.33% from 255) = 7.69%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 31.59%
G = 7.69%
B = 60.71%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#731CDD (or 0x731CDD) is known color: Blue Violet. HEX triplet: 73, 1C and DD. RGB value is (115,28,221). Sum of RGB (Red+Green+Blue) = 115+28+221=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #731CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CDD is #8CE322. Grayscale: #4B4B4B. Windows color (decimal): -9233187 or 14490739. OLE color: 14490739.

HSL color Cylindrical-coordinate representation of color #731CDD: hue angle of 267.05º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731CDD is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 28 221 -
CMYK 0.48 0.87 0 0.13
HSL 267.05º 0.78% 0.49% -
HSV(B) 267.05º 0.87% 0.87% -
XYZ 20.54 9.7 69.2 -
YUV 76.02 209.82 155.81 -
System Red Green Blue C M Y K H S L
Decimal 115 28 221 0.48 0.87 0 0.13 267.05 0.78 0.49
Hex 73 1C DD 30 57 0 D 10B 4E 31
Octal 163 34 335 60 127 0 15 413 116 61
Binary 1110011 11100 11011101 110000 1010111 0 1101 100001011 1001110 110001

Color Harmonies of #731CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CDD

Black with #731CDD

Text Example


Text Example

White with #731CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731CDD; }

 p { color: rgb(115,28,221); }

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

background-color css

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

 a { background-color: rgb(115,28,221); }

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

border-color css

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

 span { border-color: rgb(115,28,221); }

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