#230F81

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

Shades of Persian Indigo #230F81

Tints of Persian Indigo #230F81

Color information

#230F81 (or 0x230F81) is unknown color: approx Persian Indigo. HEX triplet: 23, 0F and 81. RGB value is (35,15,129). Sum of RGB (Red+Green+Blue) = 35+15+129=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #230F81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230F81 is #DCF07E. Grayscale: #212121. Windows color (decimal): -14479487 or 8458019. OLE color: 8458019.

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

Color convert

RGB3515129-
CMYK0.730.8800.49
HSL250.53º79.17%28.24%-
HSV(B)250.53º88.37%50.59%-
XYZ4.832.2820.96-
YUV33.98181.63128.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 129 (50.78% from 255) = 72.07%
R=19.55%
G=8.38%
B=72.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35151290.730.8800.49250.5379.1728.24
Hex23F814958031fb4f1c
Octal431720111113006137311734
Binary10001111111000000110010011011000011000111111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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