Html Css Color HEX #331D99 Persian Indigo

📋 copy color: '#331D99'

red 51 ◦ green 29 ◦ blue 153

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

Shades of Persian Indigo #331D99

Tints of Persian Indigo #331D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.67%

R = 21.89%
G = 12.45%
B = 65.67%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#331D99 (or 0x331D99) is known color: Persian Indigo. HEX triplet: 33, 1D and 99. RGB value is (51,29,153). Sum of RGB (Red+Green+Blue) = 51+29+153=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #331D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331D99 is #CCE266. Grayscale: #313131. Windows color (decimal): -13427303 or 10034483. OLE color: 10034483.

HSL color Cylindrical-coordinate representation of color #331D99: hue angle of 250.65º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331D99 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 29 153 -
CMYK 0.67 0.81 0 0.4
HSL 250.65º 0.68% 0.36% -
HSV(B) 250.65º 0.81% 0.6% -
XYZ 7.55 3.88 30.49 -
YUV 49.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 51 29 153 0.67 0.81 0 0.4 250.65 0.68 0.36
Hex 33 1D 99 43 51 0 28 FB 44 24
Octal 63 35 231 103 121 0 50 373 104 44
Binary 110011 11101 10011001 1000011 1010001 0 101000 11111011 1000100 100100

Color Harmonies of #331D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D99

Black with #331D99

Text Example


Text Example

White with #331D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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