#230681

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

Shades of Persian Indigo #230681

Tints of Persian Indigo #230681

Color information

#230681 (or 0x230681) is unknown color: approx Persian Indigo. HEX triplet: 23, 06 and 81. RGB value is (35,6,129). Sum of RGB (Red+Green+Blue) = 35+6+129=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #230681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230681 is #DCF97E. Grayscale: #1C1C1C. Windows color (decimal): -14481791 or 8455715. OLE color: 8455715.

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

Color convert

RGB356129-
CMYK0.730.9500.49
HSL254.15º91.11%26.47%-
HSV(B)254.15º95.35%50.59%-
XYZ4.722.0720.92-
YUV28.69184.61132.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 129 (50.78% from 255) = 75.88%
R=20.59%
G=3.53%
B=75.88%

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
Decimal3561290.730.9500.49254.1591.1126.47
Hex23681495F031fe5b1a
Octal43620111113706137613332
Binary1000111101000000110010011011111011000111111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230681; }

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

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

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

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

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

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

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

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