#231FAC

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

Shades of Persian Blue #231FAC

Tints of Persian Blue #231FAC

Color information

#231FAC (or 0x231FAC) is unknown color: approx Persian Blue. HEX triplet: 23, 1F and AC. RGB value is (35,31,172). Sum of RGB (Red+Green+Blue) = 35+31+172=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #231FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231FAC is #DCE053. Grayscale: #2F2F2F. Windows color (decimal): -14475348 or 11280163. OLE color: 11280163.

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

Color convert

RGB3531172-
CMYK0.800.8200.33
HSL241.7º69.46%39.8%-
HSV(B)241.7º81.98%67.45%-
XYZ8.634.3239.41-
YUV48.27197.83118.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 172 (67.58% from 255) = 72.27%
R=14.71%
G=13.03%
B=72.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal35311720.800.8200.33241.769.4639.8
Hex231FAC5052021f24528
Octal433725412012204136210550
Binary1000111111110101100101000010100100100001111100101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,31,172); }

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

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

 a { background-color: rgb(35,31,172); }

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

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

 span { border-color: rgb(35,31,172); }

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