Html Css Color HEX #331072 Persian Indigo

📋 copy color: '#331072'

red 51 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #331072

Tints of Persian Indigo #331072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 62.98%

R = 28.18%
G = 8.84%
B = 62.98%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331072 (or 0x331072) is known color: Persian Indigo. HEX triplet: 33, 10 and 72. RGB value is (51,16,114). Sum of RGB (Red+Green+Blue) = 51+16+114=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #331072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331072 is #CCEF8D. Grayscale: #252525. Windows color (decimal): -13430670 or 7475251. OLE color: 7475251.

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

Color convert

RGB 51 16 114 -
CMYK 0.55 0.86 0 0.55
HSL 261.43º 0.75% 0.25% -
HSV(B) 261.43º 0.86% 0.45% -
XYZ 4.59 2.29 16.12 -
YUV 37.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 51 16 114 0.55 0.86 0 0.55 261.43 0.75 0.25
Hex 33 10 72 37 56 0 37 105 4B 19
Octal 63 20 162 67 126 0 67 405 113 31
Binary 110011 10000 1110010 110111 1010110 0 110111 100000101 1001011 11001

Color Harmonies of #331072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331072

Black with #331072

Text Example


Text Example

White with #331072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331072; }

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

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

background-color css

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

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

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

border-color css

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

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

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