Html Css Color HEX #250187 Persian Indigo

📋 copy color: '#250187'

red 37 ◦ green 1 ◦ blue 135

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

Shades of Persian Indigo #250187

Tints of Persian Indigo #250187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 135 (53.13% from 255) = 78.03%

R = 21.39%
G = 0.58%
B = 78.03%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250187 (or 0x250187) is known color: Persian Indigo. HEX triplet: 25, 01 and 87. RGB value is (37,1,135). Sum of RGB (Red+Green+Blue) = 37+1+135=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #250187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250187 is #DAFE78. Grayscale: #1A1A1A. Windows color (decimal): -14351993 or 8847653. OLE color: 8847653.

HSL color Cylindrical-coordinate representation of color #250187: hue angle of 256.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250187 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 1 135 -
CMYK 0.73 0.99 0 0.47
HSL 256.12º 0.99% 0.27% -
HSV(B) 256.12º 0.99% 0.53% -
XYZ 5.15 2.16 23.07 -
YUV 27.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 37 1 135 0.73 0.99 0 0.47 256.12 0.99 0.27
Hex 25 1 87 49 63 0 2F 100 63 1B
Octal 45 1 207 111 143 0 57 400 143 33
Binary 100101 1 10000111 1001001 1100011 0 101111 100000000 1100011 11011

Color Harmonies of #250187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250187

Black with #250187

Text Example


Text Example

White with #250187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250187; }

 p { color: rgb(37,1,135); }

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

background-color css

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

 a { background-color: rgb(37,1,135); }

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

border-color css

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

 span { border-color: rgb(37,1,135); }

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