Html Css Color HEX #330078 Persian Indigo

📋 copy color: '#330078'

red 51 ◦ green 0 ◦ blue 120

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

Shades of Persian Indigo #330078

Tints of Persian Indigo #330078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.82%
G = 0%
B = 70.18%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330078 (or 0x330078) is known color: Persian Indigo. HEX triplet: 33, 00 and 78. RGB value is (51,0,120). Sum of RGB (Red+Green+Blue) = 51+0+120=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #330078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330078 is #CCFF87. Grayscale: #1C1C1C. Windows color (decimal): -13434760 or 7864371. OLE color: 7864371.

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

Color convert

RGB 51 0 120 -
CMYK 0.58 1 0 0.53
HSL 265.5º 1% 0.24% -
HSV(B) 265.5º 1% 0.47% -
XYZ 4.76 2.06 17.92 -
YUV 28.93 179.4 143.74 -
System Red Green Blue C M Y K H S L
Decimal 51 0 120 0.58 1 0 0.53 265.5 1 0.24
Hex 33 0 78 3A 64 0 35 10A 64 18
Octal 63 0 170 72 144 0 65 412 144 30
Binary 110011 0 1111000 111010 1100100 0 110101 100001010 1100100 11000

Color Harmonies of #330078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330078

Black with #330078

Text Example


Text Example

White with #330078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330078; }

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

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

background-color css

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

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

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

border-color css

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

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

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