Html Css Color HEX #331078 Persian Indigo

📋 copy color: '#331078'

red 51 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #331078

Tints of Persian Indigo #331078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 27.27%
G = 8.56%
B = 64.17%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331078 (or 0x331078) is known color: Persian Indigo. HEX triplet: 33, 10 and 78. RGB value is (51,16,120). Sum of RGB (Red+Green+Blue) = 51+16+120=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #331078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331078 is #CCEF87. Grayscale: #252525. Windows color (decimal): -13430664 or 7868467. OLE color: 7868467.

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

Color convert

RGB 51 16 120 -
CMYK 0.58 0.87 0 0.53
HSL 260.19º 0.76% 0.27% -
HSV(B) 260.19º 0.87% 0.47% -
XYZ 4.94 2.43 17.98 -
YUV 38.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 51 16 120 0.58 0.87 0 0.53 260.19 0.76 0.27
Hex 33 10 78 3A 57 0 35 104 4C 1B
Octal 63 20 170 72 127 0 65 404 114 33
Binary 110011 10000 1111000 111010 1010111 0 110101 100000100 1001100 11011

Color Harmonies of #331078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331078

Black with #331078

Text Example


Text Example

White with #331078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331078; }

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

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

background-color css

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

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

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

border-color css

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

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

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