Html Css Color HEX #250985 Persian Indigo

📋 copy color: '#250985'

red 37 ◦ green 9 ◦ blue 133

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

Shades of Persian Indigo #250985

Tints of Persian Indigo #250985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 74.3%

R = 20.67%
G = 5.03%
B = 74.3%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#250985 (or 0x250985) is known color: Persian Indigo. HEX triplet: 25, 09 and 85. RGB value is (37,9,133). Sum of RGB (Red+Green+Blue) = 37+9+133=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #250985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250985 is #DAF67A. Grayscale: #1F1F1F. Windows color (decimal): -14349947 or 8718629. OLE color: 8718629.

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

Color convert

RGB 37 9 133 -
CMYK 0.72 0.93 0 0.48
HSL 253.55º 0.87% 0.28% -
HSV(B) 253.55º 0.93% 0.52% -
XYZ 5.09 2.28 22.36 -
YUV 31.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 37 9 133 0.72 0.93 0 0.48 253.55 0.87 0.28
Hex 25 9 85 48 5D 0 30 FE 57 1C
Octal 45 11 205 110 135 0 60 376 127 34
Binary 100101 1001 10000101 1001000 1011101 0 110000 11111110 1010111 11100

Color Harmonies of #250985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250985

Black with #250985

Text Example


Text Example

White with #250985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250985; }

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

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

background-color css

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

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

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

border-color css

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

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

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