#330167

Color #330167 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #330167

Tints of Persian Indigo #330167

Color information

#330167 (or 0x330167) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 67. RGB value is (51,1,103). Sum of RGB (Red+Green+Blue) = 51+1+103=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #330167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330167 is #CCFE98. Grayscale: #1B1B1B. Windows color (decimal): -13434521 or 6750515. OLE color: 6750515.

HSL color Cylindrical-coordinate representation of color #330167: hue angle of 269.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330167 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB511103-
CMYK0.500.9900.60
HSL269.41º98.08%20.39%-
HSV(B)269.41º99.03%40.39%-
XYZ3.821.712.96-
YUV27.58170.56144.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 103 (40.62% from 255) = 66.45%
R=32.90%
G=0.65%
B=66.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5111030.500.9900.60269.4198.0820.39
Hex33167326303C10d6214
Octal6311476214307441514224
Binary1100111110011111001011000110111100100001101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330167; }

 p { color: rgb(51,1,103); }

 H1.HeaderClassName
 {
   color: #330167;
 }
 .AnyTagClassName
 {
   color: #330167;
 }
</style>
background-color css

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

 a { background-color: rgb(51,1,103); }

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

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

 span { border-color: rgb(51,1,103); }

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