Html Css Color HEX #330878 Persian Indigo

📋 copy color: '#330878'

red 51 ◦ green 8 ◦ blue 120

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

Shades of Persian Indigo #330878

Tints of Persian Indigo #330878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 28.49%
G = 4.47%
B = 67.04%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330878 (or 0x330878) is known color: Persian Indigo. HEX triplet: 33, 08 and 78. RGB value is (51,8,120). Sum of RGB (Red+Green+Blue) = 51+8+120=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #330878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330878 is #CCF787. Grayscale: #212121. Windows color (decimal): -13432712 or 7866419. OLE color: 7866419.

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

Color convert

RGB 51 8 120 -
CMYK 0.58 0.93 0 0.53
HSL 263.04º 0.88% 0.25% -
HSV(B) 263.04º 0.93% 0.47% -
XYZ 4.84 2.23 17.95 -
YUV 33.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 51 8 120 0.58 0.93 0 0.53 263.04 0.88 0.25
Hex 33 8 78 3A 5D 0 35 107 58 19
Octal 63 10 170 72 135 0 65 407 130 31
Binary 110011 1000 1111000 111010 1011101 0 110101 100000111 1011000 11001

Color Harmonies of #330878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330878

Black with #330878

Text Example


Text Example

White with #330878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330878; }

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

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

background-color css

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

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

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

border-color css

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

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

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