#230372

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

Shades of Persian Indigo #230372

Tints of Persian Indigo #230372

Color information

#230372 (or 0x230372) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 72. RGB value is (35,3,114). Sum of RGB (Red+Green+Blue) = 35+3+114=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #230372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230372 is #DCFC8D. Grayscale: #181818. Windows color (decimal): -14482574 or 7471907. OLE color: 7471907.

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

Color convert

RGB353114-
CMYK0.690.9700.55
HSL257.3º94.87%22.94%-
HSV(B)257.3º97.37%44.71%-
XYZ3.761.6416.04-
YUV25.22178.1134.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 114 (44.92% from 255) = 75%
R=23.03%
G=1.97%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3531140.690.9700.55257.394.8722.94
Hex2337245610371015f17
Octal43316210514106740113727
Binary100011111110010100010111000010110111100000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230372; }

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

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

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

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

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

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

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

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