Html Css Color HEX #331081 Persian Indigo

📋 copy color: '#331081'

red 51 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #331081

Tints of Persian Indigo #331081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 26.02%
G = 8.16%
B = 65.82%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331081 (or 0x331081) is known color: Persian Indigo. HEX triplet: 33, 10 and 81. RGB value is (51,16,129). Sum of RGB (Red+Green+Blue) = 51+16+129=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #331081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331081 is #CCEF7E. Grayscale: #262626. Windows color (decimal): -13430655 or 8458291. OLE color: 8458291.

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

Color convert

RGB 51 16 129 -
CMYK 0.60 0.88 0 0.49
HSL 258.58º 0.78% 0.28% -
HSV(B) 258.58º 0.88% 0.51% -
XYZ 5.51 2.66 20.99 -
YUV 39.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 51 16 129 0.60 0.88 0 0.49 258.58 0.78 0.28
Hex 33 10 81 3C 58 0 31 103 4E 1C
Octal 63 20 201 74 130 0 61 403 116 34
Binary 110011 10000 10000001 111100 1011000 0 110001 100000011 1001110 11100

Color Harmonies of #331081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331081

Black with #331081

Text Example


Text Example

White with #331081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331081; }

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

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

background-color css

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

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

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

border-color css

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

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

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