Html Css Color HEX #250889 Persian Indigo

📋 copy color: '#250889'

red 37 ◦ green 8 ◦ blue 137

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

Shades of Persian Indigo #250889

Tints of Persian Indigo #250889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 137 (53.91% from 255) = 75.27%

R = 20.33%
G = 4.4%
B = 75.27%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#250889 (or 0x250889) is known color: Persian Indigo. HEX triplet: 25, 08 and 89. RGB value is (37,8,137). Sum of RGB (Red+Green+Blue) = 37+8+137=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #250889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250889 is #DAF776. Grayscale: #1E1E1E. Windows color (decimal): -14350199 or 8980517. OLE color: 8980517.

HSL color Cylindrical-coordinate representation of color #250889: hue angle of 253.49º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250889 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 8 137 -
CMYK 0.73 0.94 0 0.46
HSL 253.49º 0.89% 0.28% -
HSV(B) 253.49º 0.94% 0.54% -
XYZ 5.37 2.37 23.84 -
YUV 31.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 37 8 137 0.73 0.94 0 0.46 253.49 0.89 0.28
Hex 25 8 89 49 5E 0 2E FD 59 1C
Octal 45 10 211 111 136 0 56 375 131 34
Binary 100101 1000 10001001 1001001 1011110 0 101110 11111101 1011001 11100

Color Harmonies of #250889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250889

Black with #250889

Text Example


Text Example

White with #250889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250889; }

 p { color: rgb(37,8,137); }

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

background-color css

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

 a { background-color: rgb(37,8,137); }

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

border-color css

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

 span { border-color: rgb(37,8,137); }

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