Html Css Color HEX #331073 Persian Indigo

📋 copy color: '#331073'

red 51 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #331073

Tints of Persian Indigo #331073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 28.02%
G = 8.79%
B = 63.19%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331073 (or 0x331073) is known color: Persian Indigo. HEX triplet: 33, 10 and 73. RGB value is (51,16,115). Sum of RGB (Red+Green+Blue) = 51+16+115=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #331073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331073 is #CCEF8C. Grayscale: #252525. Windows color (decimal): -13430669 or 7540787. OLE color: 7540787.

HSL color Cylindrical-coordinate representation of color #331073: hue angle of 261.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331073 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 16 115 -
CMYK 0.56 0.86 0 0.55
HSL 261.21º 0.76% 0.26% -
HSV(B) 261.21º 0.86% 0.45% -
XYZ 4.65 2.31 16.42 -
YUV 37.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 51 16 115 0.56 0.86 0 0.55 261.21 0.76 0.26
Hex 33 10 73 38 56 0 37 105 4C 1A
Octal 63 20 163 70 126 0 67 405 114 32
Binary 110011 10000 1110011 111000 1010110 0 110111 100000101 1001100 11010

Color Harmonies of #331073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331073

Black with #331073

Text Example


Text Example

White with #331073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331073; }

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

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

background-color css

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

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

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

border-color css

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

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

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