#251CC1

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

Shades of Persian Blue #251CC1

Tints of Persian Blue #251CC1

Color information

#251CC1 (or 0x251CC1) is unknown color: approx Persian Blue. HEX triplet: 25, 1C and C1. RGB value is (37,28,193). Sum of RGB (Red+Green+Blue) = 37+28+193=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #251CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CC1 is #DAE33E. Grayscale: #303030. Windows color (decimal): -14345023 or 12655653. OLE color: 12655653.

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

Color convert

RGB3728193-
CMYK0.810.8500.24
HSL243.27º74.66%43.33%-
HSV(B)243.27º85.49%75.69%-
XYZ10.85.0750.86-
YUV49.5208.98119.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 193 (75.78% from 255) = 74.81%
R=14.34%
G=10.85%
B=74.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37281930.810.8500.24243.2774.6643.33
Hex251CC15155018f34b2b
Octal453430112112503036311353
Binary100101111001100000110100011010101011000111100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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