Html Css Color HEX #250788 Persian Indigo

📋 copy color: '#250788'

red 37 ◦ green 7 ◦ blue 136

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

Shades of Persian Indigo #250788

Tints of Persian Indigo #250788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 20.56%
G = 3.89%
B = 75.56%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250788 (or 0x250788) is known color: Persian Indigo. HEX triplet: 25, 07 and 88. RGB value is (37,7,136). Sum of RGB (Red+Green+Blue) = 37+7+136=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #250788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250788 is #DAF877. Grayscale: #1E1E1E. Windows color (decimal): -14350456 or 8914725. OLE color: 8914725.

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

Color convert

RGB 37 7 136 -
CMYK 0.73 0.95 0 0.47
HSL 253.95º 0.9% 0.28% -
HSV(B) 253.95º 0.95% 0.53% -
XYZ 5.28 2.32 23.46 -
YUV 30.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 37 7 136 0.73 0.95 0 0.47 253.95 0.9 0.28
Hex 25 7 88 49 5F 0 2F FE 5A 1C
Octal 45 7 210 111 137 0 57 376 132 34
Binary 100101 111 10001000 1001001 1011111 0 101111 11111110 1011010 11100

Color Harmonies of #250788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250788

Black with #250788

Text Example


Text Example

White with #250788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250788; }

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

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

background-color css

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

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

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

border-color css

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

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

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