#230263

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

Shades of Persian Indigo #230263

Tints of Persian Indigo #230263

Color information

#230263 (or 0x230263) is unknown color: approx Persian Indigo. HEX triplet: 23, 02 and 63. RGB value is (35,2,99). Sum of RGB (Red+Green+Blue) = 35+2+99=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #230263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230263 is #DCFD9C. Grayscale: #161616. Windows color (decimal): -14482845 or 6488611. OLE color: 6488611.

HSL color Cylindrical-coordinate representation of color #230263: hue angle of 260.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230263 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB35299-
CMYK0.650.9800.61
HSL260.41º96.04%19.8%-
HSV(B)260.41º97.98%38.82%-
XYZ2.971.311.9-
YUV22.92170.93136.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 99 (39.06% from 255) = 72.79%
R=25.74%
G=1.47%
B=72.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal352990.650.9800.61260.4196.0419.8
Hex23263416203D1046014
Octal43214310114207540414024
Binary100011101100011100000111000100111101100000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230263; }

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

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

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

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

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

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

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

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