Html Css Color HEX #251FAB Persian Blue

📋 copy color: '#251FAB'

red 37 ◦ green 31 ◦ blue 171

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

Shades of Persian Blue #251FAB

Tints of Persian Blue #251FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.55%

R = 15.48%
G = 12.97%
B = 71.55%

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

#251FAB (or 0x251FAB) is known color: Persian Blue. HEX triplet: 25, 1F and AB. RGB value is (37,31,171). Sum of RGB (Red+Green+Blue) = 37+31+171=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #251FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FAB is #DAE054. Grayscale: #303030. Windows color (decimal): -14344277 or 11214629. OLE color: 11214629.

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

Color convert

RGB 37 31 171 -
CMYK 0.78 0.82 0 0.33
HSL 242.57º 0.69% 0.4% -
HSV(B) 242.57º 0.82% 0.67% -
XYZ 8.6 4.31 38.91 -
YUV 48.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 37 31 171 0.78 0.82 0 0.33 242.57 0.69 0.4
Hex 25 1F AB 4E 52 0 21 F3 45 28
Octal 45 37 253 116 122 0 41 363 105 50
Binary 100101 11111 10101011 1001110 1010010 0 100001 11110011 1000101 101000

Color Harmonies of #251FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FAB

Black with #251FAB

Text Example


Text Example

White with #251FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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