#230172

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

Shades of Persian Indigo #230172

Tints of Persian Indigo #230172

Color information

#230172 (or 0x230172) is unknown color: approx Persian Indigo. HEX triplet: 23, 01 and 72. RGB value is (35,1,114). Sum of RGB (Red+Green+Blue) = 35+1+114=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #230172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230172 is #DCFE8D. Grayscale: #171717. Windows color (decimal): -14483086 or 7471395. OLE color: 7471395.

HSL color Cylindrical-coordinate representation of color #230172: hue angle of 258.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230172 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB351114-
CMYK0.690.9900.55
HSL258.05º98.26%22.55%-
HSV(B)258.05º99.12%44.71%-
XYZ3.741.5916.03-
YUV24.05178.76135.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 114 (44.92% from 255) = 76%
R=23.33%
G=0.67%
B=76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3511140.690.9900.55258.0598.2622.55
Hex2317245630371026217
Octal43116210514306740214227
Binary10001111110010100010111000110110111100000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230172; }

 p { color: rgb(35,1,114); }

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

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

 a { background-color: rgb(35,1,114); }

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

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

 span { border-color: rgb(35,1,114); }

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