#230671

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

Shades of Persian Indigo #230671

Tints of Persian Indigo #230671

Color information

#230671 (or 0x230671) is unknown color: approx Persian Indigo. HEX triplet: 23, 06 and 71. RGB value is (35,6,113). Sum of RGB (Red+Green+Blue) = 35+6+113=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #230671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230671 is #DCF98E. Grayscale: #1A1A1A. Windows color (decimal): -14481807 or 7407139. OLE color: 7407139.

HSL color Cylindrical-coordinate representation of color #230671: hue angle of 256.26º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230671 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB356113-
CMYK0.690.9500.56
HSL256.26º89.92%23.33%-
HSV(B)256.26º94.69%44.31%-
XYZ3.741.6815.75-
YUV26.87176.61133.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 113 (44.53% from 255) = 73.38%
R=22.73%
G=3.90%
B=73.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3561130.690.9500.56256.2689.9223.33
Hex23671455F0381005a17
Octal43616110513707040013227
Binary1000111101110001100010110111110111000100000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230671; }

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

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

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

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

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

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

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

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