#230784

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

Shades of Persian Indigo #230784

Tints of Persian Indigo #230784

Color information

#230784 (or 0x230784) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 84. RGB value is (35,7,132). Sum of RGB (Red+Green+Blue) = 35+7+132=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #230784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230784 is #DCF87B. Grayscale: #1D1D1D. Windows color (decimal): -14481532 or 8652579. OLE color: 8652579.

HSL color Cylindrical-coordinate representation of color #230784: hue angle of 253.44º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230784 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB357132-
CMYK0.730.9500.48
HSL253.44º89.93%27.25%-
HSV(B)253.44º94.7%51.76%-
XYZ4.932.1821.99-
YUV29.62185.78131.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 132 (51.95% from 255) = 75.86%
R=20.11%
G=4.02%
B=75.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3571320.730.9500.48253.4489.9327.25
Hex23784495F030fd5a1b
Octal43720411113706037513233
Binary1000111111000010010010011011111011000011111101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230784; }

 p { color: rgb(35,7,132); }

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

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

 a { background-color: rgb(35,7,132); }

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

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

 span { border-color: rgb(35,7,132); }

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