Html Css Color HEX #331F9E Persian Indigo

📋 copy color: '#331F9E'

red 51 ◦ green 31 ◦ blue 158

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

Shades of Persian Indigo #331F9E

Tints of Persian Indigo #331F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 21.25%
G = 12.92%
B = 65.83%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#331F9E (or 0x331F9E) is known color: Persian Indigo. HEX triplet: 33, 1F and 9E. RGB value is (51,31,158). Sum of RGB (Red+Green+Blue) = 51+31+158=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #331F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331F9E is #CCE061. Grayscale: #323232. Windows color (decimal): -13426786 or 10362675. OLE color: 10362675.

HSL color Cylindrical-coordinate representation of color #331F9E: hue angle of 249.45º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331F9E is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 31 158 -
CMYK 0.68 0.80 0 0.38
HSL 249.45º 0.67% 0.37% -
HSV(B) 249.45º 0.8% 0.62% -
XYZ 8.03 4.15 32.73 -
YUV 51.46 188.13 127.67 -
System Red Green Blue C M Y K H S L
Decimal 51 31 158 0.68 0.80 0 0.38 249.45 0.67 0.37
Hex 33 1F 9E 44 50 0 26 F9 43 25
Octal 63 37 236 104 120 0 46 371 103 45
Binary 110011 11111 10011110 1000100 1010000 0 100110 11111001 1000011 100101

Color Harmonies of #331F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F9E

Black with #331F9E

Text Example


Text Example

White with #331F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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