#230786

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

Shades of Persian Indigo #230786

Tints of Persian Indigo #230786

Color information

#230786 (or 0x230786) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 86. RGB value is (35,7,134). Sum of RGB (Red+Green+Blue) = 35+7+134=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #230786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230786 is #DCF879. Grayscale: #1D1D1D. Windows color (decimal): -14481530 or 8783651. OLE color: 8783651.

HSL color Cylindrical-coordinate representation of color #230786: hue angle of 253.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230786 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB357134-
CMYK0.740.9500.47
HSL253.23º90.07%27.65%-
HSV(B)253.23º94.78%52.55%-
XYZ5.072.2322.72-
YUV29.85186.78131.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.89%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 134 (52.73% from 255) = 76.14%
R=19.89%
G=3.98%
B=76.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3571340.740.9500.47253.2390.0727.65
Hex237864A5F02Ffd5a1c
Octal43720611213705737513234
Binary1000111111000011010010101011111010111111111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230786; }

 p { color: rgb(35,7,134); }

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

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

 a { background-color: rgb(35,7,134); }

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

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

 span { border-color: rgb(35,7,134); }

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