Html Css Color HEX #331679 Persian Indigo

📋 copy color: '#331679'

red 51 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #331679

Tints of Persian Indigo #331679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

 BLUE value IS 121 (47.66% from 255) = 62.37%

R = 26.29%
G = 11.34%
B = 62.37%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331679 (or 0x331679) is known color: Persian Indigo. HEX triplet: 33, 16 and 79. RGB value is (51,22,121). Sum of RGB (Red+Green+Blue) = 51+22+121=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #331679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331679 is #CCE986. Grayscale: #292929. Windows color (decimal): -13429127 or 7935539. OLE color: 7935539.

HSL color Cylindrical-coordinate representation of color #331679: hue angle of 257.58º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331679 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 22 121 -
CMYK 0.58 0.82 0 0.53
HSL 257.58º 0.69% 0.28% -
HSV(B) 257.58º 0.82% 0.47% -
XYZ 5.1 2.66 18.33 -
YUV 41.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 51 22 121 0.58 0.82 0 0.53 257.58 0.69 0.28
Hex 33 16 79 3A 52 0 35 102 45 1C
Octal 63 26 171 72 122 0 65 402 105 34
Binary 110011 10110 1111001 111010 1010010 0 110101 100000010 1000101 11100

Color Harmonies of #331679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331679

Black with #331679

Text Example


Text Example

White with #331679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331679; }

 p { color: rgb(51,22,121); }

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

background-color css

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

 a { background-color: rgb(51,22,121); }

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

border-color css

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

 span { border-color: rgb(51,22,121); }

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