Html Css Color HEX #331281 Persian Indigo

📋 copy color: '#331281'

red 51 ◦ green 18 ◦ blue 129

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

Shades of Persian Indigo #331281

Tints of Persian Indigo #331281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 25.76%
G = 9.09%
B = 65.15%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331281 (or 0x331281) is known color: Persian Indigo. HEX triplet: 33, 12 and 81. RGB value is (51,18,129). Sum of RGB (Red+Green+Blue) = 51+18+129=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #331281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331281 is #CCED7E. Grayscale: #282828. Windows color (decimal): -13430143 or 8458803. OLE color: 8458803.

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

Color convert

RGB 51 18 129 -
CMYK 0.60 0.86 0 0.49
HSL 257.84º 0.76% 0.29% -
HSV(B) 257.84º 0.86% 0.51% -
XYZ 5.54 2.72 21 -
YUV 40.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 51 18 129 0.60 0.86 0 0.49 257.84 0.76 0.29
Hex 33 12 81 3C 56 0 31 102 4C 1D
Octal 63 22 201 74 126 0 61 402 114 35
Binary 110011 10010 10000001 111100 1010110 0 110001 100000010 1001100 11101

Color Harmonies of #331281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331281

Black with #331281

Text Example


Text Example

White with #331281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331281; }

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

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

background-color css

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

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

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

border-color css

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

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

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