Html Css Color HEX #330874 Persian Indigo

📋 copy color: '#330874'

red 51 ◦ green 8 ◦ blue 116

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

Shades of Persian Indigo #330874

Tints of Persian Indigo #330874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 66.29%

R = 29.14%
G = 4.57%
B = 66.29%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330874 (or 0x330874) is known color: Persian Indigo. HEX triplet: 33, 08 and 74. RGB value is (51,8,116). Sum of RGB (Red+Green+Blue) = 51+8+116=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #330874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330874 is #CCF78B. Grayscale: #202020. Windows color (decimal): -13432716 or 7604275. OLE color: 7604275.

HSL color Cylindrical-coordinate representation of color #330874: hue angle of 263.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330874 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 8 116 -
CMYK 0.56 0.93 0 0.55
HSL 263.89º 0.87% 0.24% -
HSV(B) 263.89º 0.93% 0.45% -
XYZ 4.6 2.14 16.69 -
YUV 33.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 51 8 116 0.56 0.93 0 0.55 263.89 0.87 0.24
Hex 33 8 74 38 5D 0 37 108 57 18
Octal 63 10 164 70 135 0 67 410 127 30
Binary 110011 1000 1110100 111000 1011101 0 110111 100001000 1010111 11000

Color Harmonies of #330874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330874

Black with #330874

Text Example


Text Example

White with #330874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330874; }

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

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

background-color css

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

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

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

border-color css

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

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

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