Html Css Color HEX #251DB1 Persian Blue

📋 copy color: '#251DB1'

red 37 ◦ green 29 ◦ blue 177

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

Shades of Persian Blue #251DB1

Tints of Persian Blue #251DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 177 (69.53% from 255) = 72.84%

R = 15.23%
G = 11.93%
B = 72.84%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#251DB1 (or 0x251DB1) is known color: Persian Blue. HEX triplet: 25, 1D and B1. RGB value is (37,29,177). Sum of RGB (Red+Green+Blue) = 37+29+177=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 177 (69.53% from 255 or 72.84% from 243); Max value from RGB is 177 - color contains mainly: blue. Hex color #251DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251DB1 is #DAE24E. Grayscale: #2F2F2F. Windows color (decimal): -14344783 or 11607333. OLE color: 11607333.

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

Color convert

RGB 37 29 177 -
CMYK 0.79 0.84 0 0.31
HSL 243.24º 0.72% 0.4% -
HSV(B) 243.24º 0.84% 0.69% -
XYZ 9.14 4.45 41.97 -
YUV 48.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 37 29 177 0.79 0.84 0 0.31 243.24 0.72 0.4
Hex 25 1D B1 4F 54 0 1F F3 48 28
Octal 45 35 261 117 124 0 37 363 110 50
Binary 100101 11101 10110001 1001111 1010100 0 11111 11110011 1001000 101000

Color Harmonies of #251DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DB1

Black with #251DB1

Text Example


Text Example

White with #251DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,29,177); }

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

background-color css

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

 a { background-color: rgb(37,29,177); }

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

border-color css

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

 span { border-color: rgb(37,29,177); }

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