Html Css Color HEX #250088 Persian Indigo

📋 copy color: '#250088'

red 37 ◦ green 0 ◦ blue 136

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

Shades of Persian Indigo #250088

Tints of Persian Indigo #250088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.39%
G = 0%
B = 78.61%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250088 (or 0x250088) is known color: Persian Indigo. HEX triplet: 25, 00 and 88. RGB value is (37,0,136). Sum of RGB (Red+Green+Blue) = 37+0+136=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #250088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250088 is #DAFF77. Grayscale: #1A1A1A. Windows color (decimal): -14352248 or 8912933. OLE color: 8912933.

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

Color convert

RGB 37 0 136 -
CMYK 0.73 1 0 0.47
HSL 256.32º 1% 0.27% -
HSV(B) 256.32º 1% 0.53% -
XYZ 5.21 2.17 23.44 -
YUV 26.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 37 0 136 0.73 1 0 0.47 256.32 1 0.27
Hex 25 0 88 49 64 0 2F 100 64 1B
Octal 45 0 210 111 144 0 57 400 144 33
Binary 100101 0 10001000 1001001 1100100 0 101111 100000000 1100100 11011

Color Harmonies of #250088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250088

Black with #250088

Text Example


Text Example

White with #250088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250088; }

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

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

background-color css

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

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

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

border-color css

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

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

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