#251bc1

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

Shades of Persian Blue #251BC1

Tints of Persian Blue #251BC1

Color information

#251BC1 (or 0x251BC1) is unknown color: approx Persian Blue. HEX triplet: 25, 1B and C1. RGB value is (37,27,193). Sum of RGB (Red+Green+Blue) = 37+27+193=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #251BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BC1 is #DAE43E. Grayscale: #303030. Windows color (decimal): -14345279 or 12655397. OLE color: 12655397.

HSL color Cylindrical-coordinate representation of color #251BC1: hue angle of 243.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251BC1 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3727193-
CMYK0.810.8600.24
HSL243.61º75.45%43.14%-
HSV(B)243.61º86.01%75.69%-
XYZ10.785.0350.85-
YUV48.91209.31119.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 193 (75.78% from 255) = 75.10%
R=14.40%
G=10.51%
B=75.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37271930.810.8600.24243.6175.4543.14
Hex251BC15156018f44b2b
Octal453330112112603036411353
Binary100101110111100000110100011010110011000111101001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251bc1; }

 p { color: rgb(37,27,193); }

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

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

 a { background-color: rgb(37,27,193); }

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

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

 span { border-color: rgb(37,27,193); }

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