#230F7C

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

Shades of Persian Indigo #230F7C

Tints of Persian Indigo #230F7C

Color information

#230F7C (or 0x230F7C) is unknown color: approx Persian Indigo. HEX triplet: 23, 0F and 7C. RGB value is (35,15,124). Sum of RGB (Red+Green+Blue) = 35+15+124=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #230F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F7C is #DCF083. Grayscale: #202020. Windows color (decimal): -14479492 or 8130339. OLE color: 8130339.

HSL color Cylindrical-coordinate representation of color #230F7C: hue angle of 251.01º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230F7C is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3515124-
CMYK0.720.8800.51
HSL251.01º78.42%27.25%-
HSV(B)251.01º87.9%48.63%-
XYZ4.52.1519.25-
YUV33.41179.13129.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=20.11%
G=8.62%
B=71.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35151240.720.8800.51251.0178.4227.25
Hex23F7C4858033fb4e1b
Octal431717411013006337311633
Binary1000111111111110010010001011000011001111111011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230F7C; }

 p { color: rgb(35,15,124); }

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

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

 a { background-color: rgb(35,15,124); }

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

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

 span { border-color: rgb(35,15,124); }

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