Html Css Color HEX #331DA0 Persian Indigo

📋 copy color: '#331DA0'

red 51 ◦ green 29 ◦ blue 160

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

Shades of Persian Indigo #331DA0

Tints of Persian Indigo #331DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 66.67%

R = 21.25%
G = 12.08%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#331DA0 (or 0x331DA0) is known color: Persian Indigo. HEX triplet: 33, 1D and A0. RGB value is (51,29,160). Sum of RGB (Red+Green+Blue) = 51+29+160=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #331DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331DA0 is #CCE25F. Grayscale: #323232. Windows color (decimal): -13427296 or 10493235. OLE color: 10493235.

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

Color convert

RGB 51 29 160 -
CMYK 0.68 0.82 0 0.37
HSL 250.08º 0.69% 0.37% -
HSV(B) 250.08º 0.82% 0.63% -
XYZ 8.15 4.12 33.62 -
YUV 50.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 51 29 160 0.68 0.82 0 0.37 250.08 0.69 0.37
Hex 33 1D A0 44 52 0 25 FA 45 25
Octal 63 35 240 104 122 0 45 372 105 45
Binary 110011 11101 10100000 1000100 1010010 0 100101 11111010 1000101 100101

Color Harmonies of #331DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DA0

Black with #331DA0

Text Example


Text Example

White with #331DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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