Html Css Color HEX #250488 Persian Indigo

📋 copy color: '#250488'

red 37 ◦ green 4 ◦ blue 136

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

Shades of Persian Indigo #250488

Tints of Persian Indigo #250488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 136 (53.52% from 255) = 76.84%

R = 20.9%
G = 2.26%
B = 76.84%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250488 (or 0x250488) is known color: Persian Indigo. HEX triplet: 25, 04 and 88. RGB value is (37,4,136). Sum of RGB (Red+Green+Blue) = 37+4+136=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #250488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250488 is #DAFB77. Grayscale: #1C1C1C. Windows color (decimal): -14351224 or 8913957. OLE color: 8913957.

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

Color convert

RGB 37 4 136 -
CMYK 0.73 0.97 0 0.47
HSL 255º 0.94% 0.27% -
HSV(B) 255º 0.97% 0.53% -
XYZ 5.25 2.26 23.45 -
YUV 28.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 37 4 136 0.73 0.97 0 0.47 255 0.94 0.27
Hex 25 4 88 49 61 0 2F FF 5E 1B
Octal 45 4 210 111 141 0 57 377 136 33
Binary 100101 100 10001000 1001001 1100001 0 101111 11111111 1011110 11011

Color Harmonies of #250488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250488

Black with #250488

Text Example


Text Example

White with #250488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250488; }

 p { color: rgb(37,4,136); }

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

background-color css

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

 a { background-color: rgb(37,4,136); }

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

border-color css

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

 span { border-color: rgb(37,4,136); }

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