#230871

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

Shades of Persian Indigo #230871

Tints of Persian Indigo #230871

Color information

#230871 (or 0x230871) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 71. RGB value is (35,8,113). Sum of RGB (Red+Green+Blue) = 35+8+113=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #230871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230871 is #DCF78E. Grayscale: #1B1B1B. Windows color (decimal): -14481295 or 7407651. OLE color: 7407651.

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

Color convert

RGB358113-
CMYK0.690.9300.56
HSL255.43º86.78%23.73%-
HSV(B)255.43º92.92%44.31%-
XYZ3.761.7215.76-
YUV28.04175.95132.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 113 (44.53% from 255) = 72.44%
R=22.44%
G=5.13%
B=72.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3581130.690.9300.56255.4386.7823.73
Hex23871455D038ff5718
Octal431016110513507037712730
Binary1000111000111000110001011011101011100011111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230871; }

 p { color: rgb(35,8,113); }

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

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

 a { background-color: rgb(35,8,113); }

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

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

 span { border-color: rgb(35,8,113); }

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