Html Css Color HEX #251FAF Persian Blue

📋 copy color: '#251FAF'

red 37 ◦ green 31 ◦ blue 175

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

Shades of Persian Blue #251FAF

Tints of Persian Blue #251FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.02%

R = 15.23%
G = 12.76%
B = 72.02%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#251FAF (or 0x251FAF) is known color: Persian Blue. HEX triplet: 25, 1F and AF. RGB value is (37,31,175). Sum of RGB (Red+Green+Blue) = 37+31+175=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #251FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251FAF is #DAE050. Grayscale: #303030. Windows color (decimal): -14344273 or 11476773. OLE color: 11476773.

HSL color Cylindrical-coordinate representation of color #251FAF: hue angle of 242.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251FAF is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 31 175 -
CMYK 0.79 0.82 0 0.31
HSL 242.5º 0.7% 0.4% -
HSV(B) 242.5º 0.82% 0.69% -
XYZ 8.99 4.47 40.95 -
YUV 49.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 37 31 175 0.79 0.82 0 0.31 242.5 0.7 0.4
Hex 25 1F AF 4F 52 0 1F F2 46 28
Octal 45 37 257 117 122 0 37 362 106 50
Binary 100101 11111 10101111 1001111 1010010 0 11111 11110010 1000110 101000

Color Harmonies of #251FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FAF

Black with #251FAF

Text Example


Text Example

White with #251FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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