Html Css Color HEX #251FC9 Persian Blue

📋 copy color: '#251FC9'

red 37 ◦ green 31 ◦ blue 201

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

Shades of Persian Blue #251FC9

Tints of Persian Blue #251FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 74.72%

R = 13.75%
G = 11.52%
B = 74.72%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#251FC9 (or 0x251FC9) is known color: Persian Blue. HEX triplet: 25, 1F and C9. RGB value is (37,31,201). Sum of RGB (Red+Green+Blue) = 37+31+201=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #251FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FC9 is #DAE036. Grayscale: #333333. Windows color (decimal): -14344247 or 13180709. OLE color: 13180709.

HSL color Cylindrical-coordinate representation of color #251FC9: hue angle of 242.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251FC9 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 31 201 -
CMYK 0.82 0.85 0 0.21
HSL 242.12º 0.73% 0.45% -
HSV(B) 242.12º 0.85% 0.79% -
XYZ 11.8 5.59 55.72 -
YUV 52.17 211.99 117.18 -
System Red Green Blue C M Y K H S L
Decimal 37 31 201 0.82 0.85 0 0.21 242.12 0.73 0.45
Hex 25 1F C9 52 55 0 15 F2 49 2D
Octal 45 37 311 122 125 0 25 362 111 55
Binary 100101 11111 11001001 1010010 1010101 0 10101 11110010 1001001 101101

Color Harmonies of #251FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FC9

Black with #251FC9

Text Example


Text Example

White with #251FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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