#2B0195

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

Shades of Persian Indigo #2B0195

Tints of Persian Indigo #2B0195

Color information

#2B0195 (or 0x2B0195) is unknown color: approx Persian Indigo. HEX triplet: 2B, 01 and 95. RGB value is (43,1,149). Sum of RGB (Red+Green+Blue) = 43+1+149=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0195 is #D4FE6A. Grayscale: #1D1D1D. Windows color (decimal): -13958763 or 9765163. OLE color: 9765163.

HSL color Cylindrical-coordinate representation of color #2B0195: hue angle of 257.03º 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 #2B0195 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB431149-
CMYK0.710.9900.42
HSL257.03º98.67%29.41%-
HSV(B)257.03º99.33%58.43%-
XYZ6.432.7128.62-
YUV30.43194.91136.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 149 (58.59% from 255) = 77.20%
R=22.28%
G=0.52%
B=77.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4311490.710.9900.42257.0398.6729.41
Hex2B195476302A101631d
Octal53122510714305240114335
Binary101011110010101100011111000110101010100000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B0195; }

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

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

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

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

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

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

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

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