Html Css Color HEX #250587 Persian Indigo

📋 copy color: '#250587'

red 37 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #250587

Tints of Persian Indigo #250587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 20.9%
G = 2.82%
B = 76.27%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250587 (or 0x250587) is known color: Persian Indigo. HEX triplet: 25, 05 and 87. RGB value is (37,5,135). Sum of RGB (Red+Green+Blue) = 37+5+135=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 135 (53.12% from 255 or 76.27% from 177); Max value from RGB is 135 - color contains mainly: blue. Hex color #250587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250587 is #DAFA78. Grayscale: #1C1C1C. Windows color (decimal): -14350969 or 8848677. OLE color: 8848677.

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

Color convert

RGB 37 5 135 -
CMYK 0.73 0.96 0 0.47
HSL 254.77º 0.93% 0.27% -
HSV(B) 254.77º 0.96% 0.53% -
XYZ 5.19 2.25 23.08 -
YUV 29.39 187.6 133.43 -
System Red Green Blue C M Y K H S L
Decimal 37 5 135 0.73 0.96 0 0.47 254.77 0.93 0.27
Hex 25 5 87 49 60 0 2F FF 5D 1B
Octal 45 5 207 111 140 0 57 377 135 33
Binary 100101 101 10000111 1001001 1100000 0 101111 11111111 1011101 11011

Color Harmonies of #250587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250587

Black with #250587

Text Example


Text Example

White with #250587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250587; }

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

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

background-color css

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

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

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

border-color css

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

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

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