#230683

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

Shades of Persian Indigo #230683

Tints of Persian Indigo #230683

Color information

#230683 (or 0x230683) is unknown color: approx Persian Indigo. HEX triplet: 23, 06 and 83. RGB value is (35,6,131). Sum of RGB (Red+Green+Blue) = 35+6+131=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #230683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230683 is #DCF97C. Grayscale: #1C1C1C. Windows color (decimal): -14481789 or 8586787. OLE color: 8586787.

HSL color Cylindrical-coordinate representation of color #230683: hue angle of 253.92º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230683 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB356131-
CMYK0.730.9500.49
HSL253.92º91.24%26.86%-
HSV(B)253.92º95.42%51.37%-
XYZ4.852.1321.63-
YUV28.92185.61132.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 131 (51.56% from 255) = 76.16%
R=20.35%
G=3.49%
B=76.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3561310.730.9500.49253.9291.2426.86
Hex23683495F031fe5b1b
Octal43620311113706137613333
Binary1000111101000001110010011011111011000111111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230683; }

 p { color: rgb(35,6,131); }

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

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

 a { background-color: rgb(35,6,131); }

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

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

 span { border-color: rgb(35,6,131); }

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