Html Css Color HEX #331F73 Persian Indigo

📋 copy color: '#331F73'

red 51 ◦ green 31 ◦ blue 115

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

Shades of Persian Indigo #331F73

Tints of Persian Indigo #331F73

RGB

 RED value IS 51 (20.31% from 255) = 25.89%

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 25.89%
G = 15.74%
B = 58.38%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331F73 (or 0x331F73) is known color: Persian Indigo. HEX triplet: 33, 1F and 73. RGB value is (51,31,115). Sum of RGB (Red+Green+Blue) = 51+31+115=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #331F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331F73 is #CCE08C. Grayscale: #2E2E2E. Windows color (decimal): -13426829 or 7544627. OLE color: 7544627.

HSL color Cylindrical-coordinate representation of color #331F73: hue angle of 254.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331F73 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 31 115 -
CMYK 0.56 0.73 0 0.55
HSL 254.29º 0.58% 0.29% -
HSV(B) 254.29º 0.73% 0.45% -
XYZ 4.95 2.92 16.52 -
YUV 46.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 51 31 115 0.56 0.73 0 0.55 254.29 0.58 0.29
Hex 33 1F 73 38 49 0 37 FE 3A 1D
Octal 63 37 163 70 111 0 67 376 72 35
Binary 110011 11111 1110011 111000 1001001 0 110111 11111110 111010 11101

Color Harmonies of #331F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F73

Black with #331F73

Text Example


Text Example

White with #331F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331F73; }

 p { color: rgb(51,31,115); }

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

background-color css

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

 a { background-color: rgb(51,31,115); }

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

border-color css

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

 span { border-color: rgb(51,31,115); }

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