#230661

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

Shades of Persian Indigo #230661

Tints of Persian Indigo #230661

Color information

#230661 (or 0x230661) is unknown color: approx Persian Indigo. HEX triplet: 23, 06 and 61. RGB value is (35,6,97). Sum of RGB (Red+Green+Blue) = 35+6+97=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #230661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230661 is #DCF99E. Grayscale: #181818. Windows color (decimal): -14481823 or 6358563. OLE color: 6358563.

HSL color Cylindrical-coordinate representation of color #230661: hue angle of 259.12º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230661 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB35697-
CMYK0.640.9400.62
HSL259.12º88.35%20.2%-
HSV(B)259.12º93.81%38.04%-
XYZ2.921.3511.42-
YUV25.04168.61135.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 97 (38.28% from 255) = 70.29%
R=25.36%
G=4.35%
B=70.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal356970.640.9400.62259.1288.3520.2
Hex23661405E03E1035814
Octal43614110013607640313024
Binary1000111101100001100000010111100111110100000011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230661; }

 p { color: rgb(35,6,97); }

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

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

 a { background-color: rgb(35,6,97); }

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

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

 span { border-color: rgb(35,6,97); }

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