Html Css Color HEX #331381 Persian Indigo

📋 copy color: '#331381'

red 51 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #331381

Tints of Persian Indigo #331381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 129 (50.78% from 255) = 64.82%

R = 25.63%
G = 9.55%
B = 64.82%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331381 (or 0x331381) is known color: Persian Indigo. HEX triplet: 33, 13 and 81. RGB value is (51,19,129). Sum of RGB (Red+Green+Blue) = 51+19+129=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #331381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331381 is #CCEC7E. Grayscale: #282828. Windows color (decimal): -13429887 or 8459059. OLE color: 8459059.

HSL color Cylindrical-coordinate representation of color #331381: hue angle of 257.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331381 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 19 129 -
CMYK 0.60 0.85 0 0.49
HSL 257.45º 0.74% 0.29% -
HSV(B) 257.45º 0.85% 0.51% -
XYZ 5.56 2.75 21.01 -
YUV 41.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 51 19 129 0.60 0.85 0 0.49 257.45 0.74 0.29
Hex 33 13 81 3C 55 0 31 101 4A 1D
Octal 63 23 201 74 125 0 61 401 112 35
Binary 110011 10011 10000001 111100 1010101 0 110001 100000001 1001010 11101

Color Harmonies of #331381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331381

Black with #331381

Text Example


Text Example

White with #331381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331381; }

 p { color: rgb(51,19,129); }

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

background-color css

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

 a { background-color: rgb(51,19,129); }

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

border-color css

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

 span { border-color: rgb(51,19,129); }

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