#230763

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

Shades of Persian Indigo #230763

Tints of Persian Indigo #230763

Color information

#230763 (or 0x230763) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 63. RGB value is (35,7,99). Sum of RGB (Red+Green+Blue) = 35+7+99=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #230763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230763 is #DCF89C. Grayscale: #191919. Windows color (decimal): -14481565 or 6489891. OLE color: 6489891.

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

Color convert

RGB35799-
CMYK0.650.9300.61
HSL258.26º86.79%20.78%-
HSV(B)258.26º92.93%38.82%-
XYZ3.021.4111.92-
YUV25.86169.28134.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 99 (39.06% from 255) = 70.21%
R=24.82%
G=4.96%
B=70.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal357990.650.9300.61258.2686.7920.78
Hex23763415D03D1025715
Octal43714310113507540212725
Binary1000111111100011100000110111010111101100000010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230763; }

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

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

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

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

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

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

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

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