#230884

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

Shades of Persian Indigo #230884

Tints of Persian Indigo #230884

Color information

#230884 (or 0x230884) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 84. RGB value is (35,8,132). Sum of RGB (Red+Green+Blue) = 35+8+132=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #230884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230884 is #DCF77B. Grayscale: #1D1D1D. Windows color (decimal): -14481276 or 8652835. OLE color: 8652835.

HSL color Cylindrical-coordinate representation of color #230884: hue angle of 253.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230884 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB358132-
CMYK0.730.9400.48
HSL253.06º88.57%27.45%-
HSV(B)253.06º93.94%51.76%-
XYZ4.942.221.99-
YUV30.21185.45131.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 132 (51.95% from 255) = 75.43%
R=20%
G=4.57%
B=75.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3581320.730.9400.48253.0688.5727.45
Hex23884495E030fd591b
Octal431020411113606037513133
Binary10001110001000010010010011011110011000011111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230884; }

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

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

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

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

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

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

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

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