#231CD1

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

Shades of Persian Blue #231CD1

Tints of Persian Blue #231CD1

Color information

#231CD1 (or 0x231CD1) is unknown color: approx Persian Blue. HEX triplet: 23, 1C and D1. RGB value is (35,28,209). Sum of RGB (Red+Green+Blue) = 35+28+209=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 209 (82.03% from 255 or 76.84% from 272); Max value from RGB is 209 - color contains mainly: blue. Hex color #231CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CD1 is #DCE32E. Grayscale: #323232. Windows color (decimal): -14476079 or 13704227. OLE color: 13704227.

HSL color Cylindrical-coordinate representation of color #231CD1: hue angle of 242.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231CD1 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3528209-
CMYK0.830.8700.18
HSL242.32º76.37%46.47%-
HSV(B)242.32º86.6%81.96%-
XYZ12.625.7960.77-
YUV50.73217.32116.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.87%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 209 (82.03% from 255) = 76.84%
R=12.87%
G=10.29%
B=76.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal35282090.830.8700.18242.3276.3746.47
Hex231CD15357012f24c2e
Octal433432112312702236211456
Binary100011111001101000110100111010111010010111100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,209); }

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

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

 a { background-color: rgb(35,28,209); }

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

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

 span { border-color: rgb(35,28,209); }

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