Html Css Color HEX #250184 Persian Indigo

📋 copy color: '#250184'

red 37 ◦ green 1 ◦ blue 132

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

Shades of Persian Indigo #250184

Tints of Persian Indigo #250184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 132 (51.95% from 255) = 77.65%

R = 21.76%
G = 0.59%
B = 77.65%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#250184 (or 0x250184) is known color: Persian Indigo. HEX triplet: 25, 01 and 84. RGB value is (37,1,132). Sum of RGB (Red+Green+Blue) = 37+1+132=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #250184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250184 is #DAFE7B. Grayscale: #1A1A1A. Windows color (decimal): -14351996 or 8651045. OLE color: 8651045.

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

Color convert

RGB 37 1 132 -
CMYK 0.72 0.99 0 0.48
HSL 256.49º 0.98% 0.26% -
HSV(B) 256.49º 0.99% 0.52% -
XYZ 4.94 2.08 21.97 -
YUV 26.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 37 1 132 0.72 0.99 0 0.48 256.49 0.98 0.26
Hex 25 1 84 48 63 0 30 100 62 1A
Octal 45 1 204 110 143 0 60 400 142 32
Binary 100101 1 10000100 1001000 1100011 0 110000 100000000 1100010 11010

Color Harmonies of #250184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250184

Black with #250184

Text Example


Text Example

White with #250184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250184; }

 p { color: rgb(37,1,132); }

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

background-color css

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

 a { background-color: rgb(37,1,132); }

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

border-color css

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

 span { border-color: rgb(37,1,132); }

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