Html Css Color HEX #250686 Persian Indigo

📋 copy color: '#250686'

red 37 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #250686

Tints of Persian Indigo #250686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 134 (52.73% from 255) = 75.71%

R = 20.9%
G = 3.39%
B = 75.71%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250686 (or 0x250686) is known color: Persian Indigo. HEX triplet: 25, 06 and 86. RGB value is (37,6,134). Sum of RGB (Red+Green+Blue) = 37+6+134=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #250686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250686 is #DAF979. Grayscale: #1D1D1D. Windows color (decimal): -14350714 or 8783397. OLE color: 8783397.

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

Color convert

RGB 37 6 134 -
CMYK 0.72 0.96 0 0.47
HSL 254.53º 0.91% 0.27% -
HSV(B) 254.53º 0.96% 0.53% -
XYZ 5.13 2.24 22.72 -
YUV 29.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 37 6 134 0.72 0.96 0 0.47 254.53 0.91 0.27
Hex 25 6 86 48 60 0 2F FF 5B 1B
Octal 45 6 206 110 140 0 57 377 133 33
Binary 100101 110 10000110 1001000 1100000 0 101111 11111111 1011011 11011

Color Harmonies of #250686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250686

Black with #250686

Text Example


Text Example

White with #250686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250686; }

 p { color: rgb(37,6,134); }

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

background-color css

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

 a { background-color: rgb(37,6,134); }

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

border-color css

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

 span { border-color: rgb(37,6,134); }

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