Html Css Color HEX #331D9F Persian Indigo

📋 copy color: '#331D9F'

red 51 ◦ green 29 ◦ blue 159

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

Shades of Persian Indigo #331D9F

Tints of Persian Indigo #331D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 159 (62.5% from 255) = 66.53%

R = 21.34%
G = 12.13%
B = 66.53%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#331D9F (or 0x331D9F) is known color: Persian Indigo. HEX triplet: 33, 1D and 9F. RGB value is (51,29,159). Sum of RGB (Red+Green+Blue) = 51+29+159=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #331D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331D9F is #CCE260. Grayscale: #313131. Windows color (decimal): -13427297 or 10427699. OLE color: 10427699.

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

Color convert

RGB 51 29 159 -
CMYK 0.68 0.82 0 0.38
HSL 250.15º 0.69% 0.37% -
HSV(B) 250.15º 0.82% 0.62% -
XYZ 8.06 4.09 33.16 -
YUV 50.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 51 29 159 0.68 0.82 0 0.38 250.15 0.69 0.37
Hex 33 1D 9F 44 52 0 26 FA 45 25
Octal 63 35 237 104 122 0 46 372 105 45
Binary 110011 11101 10011111 1000100 1010010 0 100110 11111010 1000101 100101

Color Harmonies of #331D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D9F

Black with #331D9F

Text Example


Text Example

White with #331D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,29,159); }

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

background-color css

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

 a { background-color: rgb(51,29,159); }

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

border-color css

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

 span { border-color: rgb(51,29,159); }

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