#230963

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

Shades of Persian Indigo #230963

Tints of Persian Indigo #230963

Color information

#230963 (or 0x230963) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 63. RGB value is (35,9,99). Sum of RGB (Red+Green+Blue) = 35+9+99=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #230963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230963 is #DCF69C. Grayscale: #1A1A1A. Windows color (decimal): -14481053 or 6490403. OLE color: 6490403.

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

Color convert

RGB35999-
CMYK0.650.9100.61
HSL257.33º83.33%21.18%-
HSV(B)257.33º90.91%38.82%-
XYZ3.041.4511.92-
YUV27.03168.61133.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 99 (39.06% from 255) = 69.23%
R=24.48%
G=6.29%
B=69.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal359990.650.9100.61257.3383.3321.18
Hex23963415B03D1015315
Octal431114310113307540112325
Binary10001110011100011100000110110110111101100000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230963; }

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

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

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

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

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

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

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

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