#330195

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

Shades of Persian Indigo #330195

Tints of Persian Indigo #330195

Color information

#330195 (or 0x330195) is unknown color: approx Persian Indigo. HEX triplet: 33, 01 and 95. RGB value is (51,1,149). Sum of RGB (Red+Green+Blue) = 51+1+149=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #330195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330195 is #CCFE6A. Grayscale: #202020. Windows color (decimal): -13434475 or 9765171. OLE color: 9765171.

HSL color Cylindrical-coordinate representation of color #330195: hue angle of 260.27º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330195 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB511149-
CMYK0.660.9900.42
HSL260.27º98.67%29.41%-
HSV(B)260.27º99.33%58.43%-
XYZ6.82.928.63-
YUV32.82193.56140.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 149 (58.59% from 255) = 74.13%
R=25.37%
G=0.50%
B=74.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5111490.660.9900.42260.2798.6729.41
Hex33195426302A104631d
Octal63122510214305240414335
Binary110011110010101100001011000110101010100000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330195; }

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

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

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

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

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

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

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

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