Html Css Color HEX #251FAC Persian Blue

📋 copy color: '#251FAC'

red 37 ◦ green 31 ◦ blue 172

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

Shades of Persian Blue #251FAC

Tints of Persian Blue #251FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.67%

R = 15.42%
G = 12.92%
B = 71.67%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#251FAC (or 0x251FAC) is known color: Persian Blue. HEX triplet: 25, 1F and AC. RGB value is (37,31,172). Sum of RGB (Red+Green+Blue) = 37+31+172=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #251FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FAC is #DAE053. Grayscale: #303030. Windows color (decimal): -14344276 or 11280165. OLE color: 11280165.

HSL color Cylindrical-coordinate representation of color #251FAC: hue angle of 242.55º 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 #251FAC is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 31 172 -
CMYK 0.78 0.82 0 0.33
HSL 242.55º 0.69% 0.4% -
HSV(B) 242.55º 0.82% 0.67% -
XYZ 8.7 4.35 39.41 -
YUV 48.87 197.49 119.54 -
System Red Green Blue C M Y K H S L
Decimal 37 31 172 0.78 0.82 0 0.33 242.55 0.69 0.4
Hex 25 1F AC 4E 52 0 21 F3 45 28
Octal 45 37 254 116 122 0 41 363 105 50
Binary 100101 11111 10101100 1001110 1010010 0 100001 11110011 1000101 101000

Color Harmonies of #251FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FAC

Black with #251FAC

Text Example


Text Example

White with #251FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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