Html Css Color HEX #331278 Persian Indigo

📋 copy color: '#331278'

red 51 ◦ green 18 ◦ blue 120

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

Shades of Persian Indigo #331278

Tints of Persian Indigo #331278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 26.98%
G = 9.52%
B = 63.49%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331278 (or 0x331278) is known color: Persian Indigo. HEX triplet: 33, 12 and 78. RGB value is (51,18,120). Sum of RGB (Red+Green+Blue) = 51+18+120=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #331278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331278 is #CCED87. Grayscale: #272727. Windows color (decimal): -13430152 or 7868979. OLE color: 7868979.

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

Color convert

RGB 51 18 120 -
CMYK 0.58 0.85 0 0.53
HSL 259.41º 0.74% 0.27% -
HSV(B) 259.41º 0.85% 0.47% -
XYZ 4.97 2.49 17.99 -
YUV 39.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 51 18 120 0.58 0.85 0 0.53 259.41 0.74 0.27
Hex 33 12 78 3A 55 0 35 103 4A 1B
Octal 63 22 170 72 125 0 65 403 112 33
Binary 110011 10010 1111000 111010 1010101 0 110101 100000011 1001010 11011

Color Harmonies of #331278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331278

Black with #331278

Text Example


Text Example

White with #331278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331278; }

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

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

background-color css

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

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

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

border-color css

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

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

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