#231AB1

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

Shades of Persian Blue #231AB1

Tints of Persian Blue #231AB1

Color information

#231AB1 (or 0x231AB1) is unknown color: approx Persian Blue. HEX triplet: 23, 1A and B1. RGB value is (35,26,177). Sum of RGB (Red+Green+Blue) = 35+26+177=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #231AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AB1 is #DCE54E. Grayscale: #2D2D2D. Windows color (decimal): -14476623 or 11606563. OLE color: 11606563.

HSL color Cylindrical-coordinate representation of color #231AB1: hue angle of 243.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231AB1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3526177-
CMYK0.800.8500.31
HSL243.58º74.38%39.8%-
HSV(B)243.58º85.31%69.41%-
XYZ94.2741.94-
YUV45.9201.98120.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 177 (69.53% from 255) = 74.37%
R=14.71%
G=10.92%
B=74.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35261770.800.8500.31243.5874.3839.8
Hex231AB1505501Ff44a28
Octal433226112012503736411250
Binary100011110101011000110100001010101011111111101001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231AB1; }

 p { color: rgb(35,26,177); }

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

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

 a { background-color: rgb(35,26,177); }

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

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

 span { border-color: rgb(35,26,177); }

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