Html Css Color HEX #250983 Persian Indigo

📋 copy color: '#250983'

red 37 ◦ green 9 ◦ blue 131

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

Shades of Persian Indigo #250983

Tints of Persian Indigo #250983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 131 (51.56% from 255) = 74.01%

R = 20.9%
G = 5.08%
B = 74.01%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#250983 (or 0x250983) is known color: Persian Indigo. HEX triplet: 25, 09 and 83. RGB value is (37,9,131). Sum of RGB (Red+Green+Blue) = 37+9+131=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #250983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250983 is #DAF67C. Grayscale: #1E1E1E. Windows color (decimal): -14349949 or 8587557. OLE color: 8587557.

HSL color Cylindrical-coordinate representation of color #250983: hue angle of 253.77º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250983 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 9 131 -
CMYK 0.72 0.93 0 0.49
HSL 253.77º 0.87% 0.27% -
HSV(B) 253.77º 0.93% 0.51% -
XYZ 4.96 2.23 21.64 -
YUV 31.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 37 9 131 0.72 0.93 0 0.49 253.77 0.87 0.27
Hex 25 9 83 48 5D 0 31 FE 57 1B
Octal 45 11 203 110 135 0 61 376 127 33
Binary 100101 1001 10000011 1001000 1011101 0 110001 11111110 1010111 11011

Color Harmonies of #250983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250983

Black with #250983

Text Example


Text Example

White with #250983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250983; }

 p { color: rgb(37,9,131); }

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

background-color css

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

 a { background-color: rgb(37,9,131); }

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

border-color css

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

 span { border-color: rgb(37,9,131); }

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