#230478

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

Shades of Persian Indigo #230478

Tints of Persian Indigo #230478

Color information

#230478 (or 0x230478) is unknown color: approx Persian Indigo. HEX triplet: 23, 04 and 78. RGB value is (35,4,120). Sum of RGB (Red+Green+Blue) = 35+4+120=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #230478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230478 is #DCFB87. Grayscale: #1A1A1A. Windows color (decimal): -14482312 or 7865379. OLE color: 7865379.

HSL color Cylindrical-coordinate representation of color #230478: hue angle of 256.03º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230478 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB354120-
CMYK0.710.9700.53
HSL256.03º93.55%24.31%-
HSV(B)256.03º96.67%47.06%-
XYZ4.131.817.9-
YUV26.49180.77134.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=22.01%
G=2.52%
B=75.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3541200.710.9700.53256.0393.5524.31
Hex2347847610351005e18
Octal43417010714106540013630
Binary1000111001111000100011111000010110101100000000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230478; }

 p { color: rgb(35,4,120); }

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

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

 a { background-color: rgb(35,4,120); }

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

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

 span { border-color: rgb(35,4,120); }

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