Html Css Color HEX #251DB5 Persian Blue

📋 copy color: '#251DB5'

red 37 ◦ green 29 ◦ blue 181

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

Shades of Persian Blue #251DB5

Tints of Persian Blue #251DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 73.28%

R = 14.98%
G = 11.74%
B = 73.28%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#251DB5 (or 0x251DB5) is known color: Persian Blue. HEX triplet: 25, 1D and B5. RGB value is (37,29,181). Sum of RGB (Red+Green+Blue) = 37+29+181=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 181 (71.09% from 255 or 73.28% from 247); Max value from RGB is 181 - color contains mainly: blue. Hex color #251DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DB5 is #DAE24A. Grayscale: #303030. Windows color (decimal): -14344779 or 11869477. OLE color: 11869477.

HSL color Cylindrical-coordinate representation of color #251DB5: hue angle of 243.16º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251DB5 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 29 181 -
CMYK 0.80 0.84 0 0.29
HSL 243.16º 0.72% 0.41% -
HSV(B) 243.16º 0.84% 0.71% -
XYZ 9.54 4.61 44.1 -
YUV 48.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 37 29 181 0.80 0.84 0 0.29 243.16 0.72 0.41
Hex 25 1D B5 50 54 0 1D F3 48 29
Octal 45 35 265 120 124 0 35 363 110 51
Binary 100101 11101 10110101 1010000 1010100 0 11101 11110011 1001000 101001

Color Harmonies of #251DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DB5

Black with #251DB5

Text Example


Text Example

White with #251DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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