#230071

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

Shades of Persian Indigo #230071

Tints of Persian Indigo #230071

Color information

#230071 (or 0x230071) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 71. RGB value is (35,0,113). Sum of RGB (Red+Green+Blue) = 35+0+113=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #230071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230071 is #DCFF8E. Grayscale: #161616. Windows color (decimal): -14483343 or 7405603. OLE color: 7405603.

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

Color convert

RGB350113-
CMYK0.69100.56
HSL258.58º100%22.16%-
HSV(B)258.58º100%44.31%-
XYZ3.671.5515.73-
YUV23.35178.6136.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 76.35%
R=23.65%
G=0%
B=76.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3501130.69100.56258.5810022.16
Hex2307145640381036416
Octal43016110514407040314426
Binary10001101110001100010111001000111000100000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230071; }

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

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

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

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

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

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

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

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