Html Css Color HEX #331678 Persian Indigo

📋 copy color: '#331678'

red 51 ◦ green 22 ◦ blue 120

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

Shades of Persian Indigo #331678

Tints of Persian Indigo #331678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 26.42%
G = 11.4%
B = 62.18%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331678 (or 0x331678) is known color: Persian Indigo. HEX triplet: 33, 16 and 78. RGB value is (51,22,120). Sum of RGB (Red+Green+Blue) = 51+22+120=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #331678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331678 is #CCE987. Grayscale: #292929. Windows color (decimal): -13429128 or 7870003. OLE color: 7870003.

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

Color convert

RGB 51 22 120 -
CMYK 0.58 0.82 0 0.53
HSL 257.76º 0.69% 0.28% -
HSV(B) 257.76º 0.82% 0.47% -
XYZ 5.04 2.63 18.01 -
YUV 41.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 51 22 120 0.58 0.82 0 0.53 257.76 0.69 0.28
Hex 33 16 78 3A 52 0 35 102 45 1C
Octal 63 26 170 72 122 0 65 402 105 34
Binary 110011 10110 1111000 111010 1010010 0 110101 100000010 1000101 11100

Color Harmonies of #331678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331678

Black with #331678

Text Example


Text Example

White with #331678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331678; }

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

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

background-color css

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

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

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

border-color css

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

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

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