Html Css Color HEX #251FC1 Persian Blue

📋 copy color: '#251FC1'

red 37 ◦ green 31 ◦ blue 193

#251FC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #251FC1

Tints of Persian Blue #251FC1

RGB

 RED value IS 37 (14.84% from 255) = 14.18%

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 193 (75.78% from 255) = 73.95%

R = 14.18%
G = 11.88%
B = 73.95%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#251FC1 (or 0x251FC1) is known color: Persian Blue. HEX triplet: 25, 1F and C1. RGB value is (37,31,193). Sum of RGB (Red+Green+Blue) = 37+31+193=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #251FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FC1 is #DAE03E. Grayscale: #323232. Windows color (decimal): -14344255 or 12656421. OLE color: 12656421.

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

Color convert

RGB 37 31 193 -
CMYK 0.81 0.84 0 0.24
HSL 242.22º 0.72% 0.44% -
HSV(B) 242.22º 0.84% 0.76% -
XYZ 10.88 5.22 50.89 -
YUV 51.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 37 31 193 0.81 0.84 0 0.24 242.22 0.72 0.44
Hex 25 1F C1 51 54 0 18 F2 48 2C
Octal 45 37 301 121 124 0 30 362 110 54
Binary 100101 11111 11000001 1010001 1010100 0 11000 11110010 1001000 101100

Color Harmonies of #251FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FC1

Black with #251FC1

Text Example


Text Example

White with #251FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #251FC1;
 }
 .AnyTagClassName
 {
   color: #251FC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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