#230285

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

Shades of Persian Indigo #230285

Tints of Persian Indigo #230285

Color information

#230285 (or 0x230285) is unknown color: approx Persian Indigo. HEX triplet: 23, 02 and 85. RGB value is (35,2,133). Sum of RGB (Red+Green+Blue) = 35+2+133=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #230285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230285 is #DCFD7A. Grayscale: #1A1A1A. Windows color (decimal): -14482811 or 8716835. OLE color: 8716835.

HSL color Cylindrical-coordinate representation of color #230285: hue angle of 255.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230285 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB352133-
CMYK0.740.9800.48
HSL255.11º97.04%26.47%-
HSV(B)255.11º98.5%52.16%-
XYZ4.952.0922.33-
YUV26.8187.93133.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 133 (52.34% from 255) = 78.24%
R=20.59%
G=1.18%
B=78.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3521330.740.9800.48255.1197.0426.47
Hex232854A62030ff611a
Octal43220511214206037714132
Binary100011101000010110010101100010011000011111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230285; }

 p { color: rgb(35,2,133); }

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

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

 a { background-color: rgb(35,2,133); }

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

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

 span { border-color: rgb(35,2,133); }

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