Html Css Color HEX #251EE1 Persian Blue

📋 copy color: '#251EE1'

red 37 ◦ green 30 ◦ blue 225

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

Shades of Persian Blue #251EE1

Tints of Persian Blue #251EE1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 225 (88.28% from 255) = 77.05%

R = 12.67%
G = 10.27%
B = 77.05%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#251EE1 (or 0x251EE1) is known color: Persian Blue. HEX triplet: 25, 1E and E1. RGB value is (37,30,225). Sum of RGB (Red+Green+Blue) = 37+30+225=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 225 (88.28% from 255 or 77.05% from 292); Max value from RGB is 225 - color contains mainly: blue. Hex color #251EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EE1 is #DAE11E. Grayscale: #353535. Windows color (decimal): -14344479 or 14753317. OLE color: 14753317.

HSL color Cylindrical-coordinate representation of color #251EE1: hue angle of 242.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251EE1 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 30 225 -
CMYK 0.84 0.87 0 0.12
HSL 242.15º 0.76% 0.5% -
HSV(B) 242.15º 0.87% 0.88% -
XYZ 14.82 6.76 71.76 -
YUV 54.32 224.32 115.64 -
System Red Green Blue C M Y K H S L
Decimal 37 30 225 0.84 0.87 0 0.12 242.15 0.76 0.5
Hex 25 1E E1 54 57 0 C F2 4C 32
Octal 45 36 341 124 127 0 14 362 114 62
Binary 100101 11110 11100001 1010100 1010111 0 1100 11110010 1001100 110010

Color Harmonies of #251EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EE1

Black with #251EE1

Text Example


Text Example

White with #251EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,30,225); }

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

background-color css

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

 a { background-color: rgb(37,30,225); }

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

border-color css

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

 span { border-color: rgb(37,30,225); }

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