#230782

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

Shades of Persian Indigo #230782

Tints of Persian Indigo #230782

Color information

#230782 (or 0x230782) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 82. RGB value is (35,7,130). Sum of RGB (Red+Green+Blue) = 35+7+130=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #230782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230782 is #DCF87D. Grayscale: #1C1C1C. Windows color (decimal): -14481534 or 8521507. OLE color: 8521507.

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

Color convert

RGB357130-
CMYK0.730.9500.49
HSL253.66º89.78%26.86%-
HSV(B)253.66º94.62%50.98%-
XYZ4.82.1221.28-
YUV29.39184.78132-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=20.35%
G=4.07%
B=75.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3571300.730.9500.49253.6689.7826.86
Hex23782495F031fe5a1b
Octal43720211113706137613233
Binary1000111111000001010010011011111011000111111110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230782; }

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

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

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

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

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

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

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

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